Expose PrimesElem as #math.primes in Typst code (#3063)

This commit is contained in:
Leedehai 2024-01-03 04:36:50 -05:00 committed by GitHub
parent 39e53fcdc9
commit ae3aac27d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,6 +181,7 @@ pub fn module() -> Module {
math.define_elem::<RootElem>();
math.define_elem::<ClassElem>();
math.define_elem::<OpElem>();
math.define_elem::<PrimesElem>();
math.define_func::<abs>();
math.define_func::<norm>();
math.define_func::<floor>();