tinymist_std::typst::foundations::calc

Function fact

pub fn fact(number: u64) -> Result<i64, EcoString>
Expand description

Calculates the factorial of a number.

#calc.fact(5)