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.
So1
and2
result in0
as the scale of that result cuts of the decimal values.