summaryrefslogtreecommitdiff
path: root/library/src/math/op.rs
AgeCommit message (Collapse)Author
2023-06-20Created new system for limits (fixes #1443) (#1452)sitandr
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-17Better documentation outlinesLaurenz
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-18clippy::wrong_self_convention (#857)Marek Barvíř
2023-04-11add `sinc` operator (#720)classabbyamp
this is for the sinc function (https://en.wikipedia.org/wiki/Sinc_function)
2023-03-29Fix styling of text operatorsLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2023-02-12Update changelogLaurenz
2023-02-12Add `tg` and `ctg` operatorsLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2023-02-02More robust automatic math spacingLaurenz
2023-01-31Symbol improvementsLaurenz
2023-01-29Math documentation improvementsLaurenz
2023-01-28Rework math attachments and accentsLaurenz
2023-01-27Fix math spacing bugsLaurenz
2023-01-27Macro for math operatorsLaurenz
2023-01-23Math moduleLaurenz
2023-01-22Math operator functionsLaurenz