summaryrefslogtreecommitdiff
path: root/tests/typ/compute/calc.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-25Fix cast order for `ToInt` (#3485)Laurenz
2024-02-21Wider callsite span (#3466)Laurenz
2024-01-25Implement bitwise operations on integers (#3130)PgBiel
2024-01-12Added `int.signum`, `float.signum`, `float.is-nan`, and `float.is-infinite` ↵Sébastien d'Herbais de Thun
(#3118)
2023-12-06Add calc.root function (#2736)Emanuel
Fixes #2522
2023-11-17Implement euclidean division and remainder (#2678)frozolotl
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-09-11Update tests for type system changesLaurenz
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-06-07add calc.exp, calc.ln (#1299)Jett Chen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-19Print the string that is not castable to number (#1207)Leedehai
2023-04-20Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵HarmoGlace
(#890)
2023-04-19Add `gcd` and `lcm` calculation methods (#789)HarmoGlace
2023-04-13Fix `pow` overflow (#784)HarmoGlace
2023-04-13Better error spans in `calc`Laurenz
2023-04-13Add factorial, permutation and binomial to calculation functions (#639)HarmoGlace
2023-04-11Allow treating ratios as floats (#681)Eric Biedert
2023-04-04Make error messages a bit more consistentLaurenz
2023-04-04Make behavior of calculation functions consistent (#515)HarmoGlace
2023-04-01Simplify `pow` functionLaurenz
2023-03-10New #[func] macroLaurenz
2023-01-30Add calc constantsLaurenz
2023-01-30Add calc moduleMartin Haug
2022-12-20Document underline, strikethrough, and overlineLaurenz
2022-12-17Document parameters in commentLaurenz
2022-11-29Reorganize library and testsLaurenz