diff --git a/library/src/math/op.rs b/library/src/math/op.rs index 2d8266cc1..d48ee8c63 100644 --- a/library/src/math/op.rs +++ b/library/src/math/op.rs @@ -15,8 +15,8 @@ use super::*; /// Typst predefines the operators `arccos`, `arcsin`, `arctan`, `arg`, /// `cos`, `cosh`, `cot`, `ctg`, `coth`, `csc`, `deg`, `det`, `dim`, /// `exp`, `gcd`, `hom`, `mod`, `inf`, `ker`, `lg`, `lim`, `ln`, `log`, -/// `max`, `min`, `Pr`, `sec`, `sin`, `sinh`, `sup`, `tan`, `tg`, `tanh`, -/// `liminf`, and `limsup`. +/// `max`, `min`, `Pr`, `sec`, `sin`, `sinc`, `sinh`, `sup`, `tan`, `tg`, +/// `tanh`, `liminf`, and `limsup`. /// /// Display: Text Operator /// Category: math @@ -99,6 +99,7 @@ ops! { Pr (limits), sec, sin, + sinc, sinh, sup (limits), tan,