TypstDocumentation

calc.lcm

Calculate the least common multiple of two integers.

Example

#calc.lcm(96, 13)
Preview

Parameters
Question mark

calc.lcm() -> integer

a
integer
RequiredPositional
Question mark

The first integer.

b
integer
RequiredPositional
Question mark

The second integer.