summaryrefslogtreecommitdiff
path: root/tests/typ/compute
AgeCommit message (Collapse)Author
2023-08-06Fix incomplete line endings (#1866)Matt Fellenz
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-07-18Support `scope` argument for `eval`Laurenz
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-28Reintroduce `--root`Laurenz
2023-06-09Translate TOML datetime properlyLaurenz
2023-06-07add calc.exp, calc.ln (#1299)Jett Chen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Unicode code point conversion (#1068) (#1132)Erik Bünnig
2023-05-30Add a base parameter to str() (#1362)Lynn
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-19Print the string that is not castable to number (#1207)Leedehai
2023-05-03Function scopes (#1032)Pg Biel
2023-04-26Touch up docsLaurenz
2023-04-26Add toml support (#807)HarmoGlace
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-04-01add support for loading data from yaml files (#447)P-Andersson
2023-03-29bail! when #symbol is called without parameters (#440)Naim A
2023-03-19Renaming and refactoringLaurenz
2023-03-14Bibliography and citationsLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-08Require font to be a named argumentLaurenz
2023-02-25New default styleLaurenz
2023-02-19Panic functionLaurenz
2023-02-16Dissolve utility categoryLaurenz
2023-02-13Let `eval` take code instead of markupLaurenz
2023-02-12Make all nodes block-levelLaurenz
2023-01-31Move assetsLaurenz
2023-01-30Add calc constantsLaurenz
2023-01-30Add calc moduleMartin Haug
2023-01-30User-defined symbolsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2022-12-30Remove index syntax in favor of accessor methodsLaurenz
2022-12-29`read` functionMartin Haug
2022-12-21Rename the `create` category to `construct`Laurenz
2022-12-20Document underline, strikethrough, and overlineLaurenz
2022-12-17Document parameters in commentLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-02Multi-part numbering patternsLaurenz
2022-11-29Reorganize library and testsLaurenz