index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
src
/
compute
/
calc.rs
Age
Commit message (
Expand
)
Author
2023-04-26
Touch up docs
Laurenz
2023-04-20
Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ...
HarmoGlace
2023-04-19
Add atan2 (#846)
Matt Fellenz
2023-04-19
Fix argument sinks
Laurenz
2023-04-19
Add `gcd` and `lcm` calculation methods (#789)
HarmoGlace
2023-04-18
Clippy fixes (#856)
Marek Barvíř
2023-04-16
Clippy fixes (#581)
Marek Barvíř
2023-04-13
Fix `pow` overflow (#784)
HarmoGlace
2023-04-13
Better error spans in `calc`
Laurenz
2023-04-13
Add factorial, permutation and binomial to calculation functions (#639)
HarmoGlace
2023-04-04
Make error messages a bit more consistent
Laurenz
2023-04-04
Make behavior of calculation functions consistent (#515)
HarmoGlace
2023-04-01
Simplify `pow` function
Laurenz
2023-04-01
Fix zero power (#511)
HarmoGlace
2023-04-01
Needless clone, borrows, casts and lifetimes (#504)
Marek Barvíř
2023-04-01
Allows negative pow (#486)
Sébastien d'Herbais de Thun
2023-03-13
More accurate logarithm for base 2 and 10
Laurenz
2023-03-10
New #[func] macro
Laurenz
2023-03-07
Fully untyped model
Laurenz
2023-03-01
Split up `model` module
Laurenz
2023-02-06
Make Rust happier about the inline documentation
Laurenz
2023-01-31
Fix calc doc comments
Laurenz
2023-01-30
Add calc constants
Laurenz
2023-01-30
Simplify `calc` functions
Laurenz
2023-01-30
Add calc module
Martin Haug
2023-01-29
Update remaining examples
Martin Haug
2022-12-22
Annotate return values
Laurenz
2022-12-20
Document foundations
Laurenz
2022-12-20
Documentation
Laurenz
2022-12-19
Syntax and example sections
Laurenz
2022-12-17
Document parameters in comment
Laurenz
2022-12-15
Reflection for castables
Laurenz
2022-12-14
New macro setup
Laurenz
2022-11-29
Reorganize library and tests
Laurenz