divide
function, since version 1.0.0
categories: math
divide(a, b)
Equivalent to / operator - a / b is the same as divide(a, b)
parameters
- a: [number, currency] - left operand
- b: [number, currency] - right operand
return type
the same type as a operand