API Demo
Take value one and two and chose what operation to do on them.
Result
---
Some notes:
- multiply() by default adds the scales of each number.
-
divide() requires a 2nd param scale, and right now the demo defaults to the max scale of the two numbers.
So1and2result in0as the scale of that result cuts of the decimal values.

