mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
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…
x
Reference in New Issue
Block a user