TypstDocumentation

calc.rem

Calculate the remainder of two numbers.

Example

#calc.rem(20, 6) \
#calc.rem(1.75, 0.5)
Preview

Parameters
Question mark

dividend
integer or float
RequiredPositional
Question mark

The dividend of the remainder.

divisor
integer or float
RequiredPositional
Question mark

The divisor of the remainder.