mirror of https://github.com/stelzo/typst.git
Expose PrimesElem as #math.primes in Typst code (#3063)
This commit is contained in:
parent
39e53fcdc9
commit
ae3aac27d3
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue