docsFunctionsMathZmodulo

Zmodulo

Returns the remainder of dividing the dividend by the divisor.

Syntax

Zmodulo{dividend;divisor}

Arguments

NameTypeRequiredDefault
dividendnumberYes-
divisornumberYes-

Example

Zmodulo{10;3}