typst::foundations::calc

Function fact

source
pub fn fact(number: u64) -> StrResult<i64>
Expand description

Calculates the factorial of a number.

#calc.fact(5)