Divide two numbers.
4.7.0
divide(6, 4)// => 1.5 Copy
divide(6, 4)// => 1.5
Optional
Returns the quotient.
Divide two numbers.
Since
4.7.0
Example