Other Functions:
Divide (
bypass: off
)
[ X, Y ] >> Divide () >> Result;
[ 3, 2 ] >> Divide () >> Result; # Result is Integer of value 1
[ 3, 2.0] >> Divide () >> Result; # Result is Real of value 1.5
[ 3.0 , 2.0] >> Divide () >> Result; # Result is Real of value 1.5
Returns the remainder of the division of the input by the modulus
Modulo (
modulus: 1
bypass: off
)
Tan (
bypass: off
)