summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math')
-rw-r--r--library/src/math/op.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/src/math/op.rs b/library/src/math/op.rs
index 2d8266cc..d48ee8c6 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,