mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
add sinc
operator (#720)
this is for the sinc function (https://en.wikipedia.org/wiki/Sinc_function)
This commit is contained in:
parent
c7db709da5
commit
022b945fb3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user