rem

fun rem(a: Number, b: Number): Number

Return

remainder of the arithmetic floating-point division of a and b

Parameters

a

first operand

b

second operand

Chaining

This function is designed to be chained with other function calls:
Number::rem b:{Number} -> Number