summaryrefslogtreecommitdiff
path: root/library/src/compute
AgeCommit message (Collapse)Author
2023-05-19Print the string that is not castable to number (#1207)Leedehai
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-17Better documentation outlinesLaurenz
2023-05-15Extract category definitions into individual functionsLaurenz
2023-05-03Function scopes (#1032)Pg Biel
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
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 atan2 (#846)Matt Fellenz
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Add `gcd` and `lcm` calculation methods (#789)HarmoGlace
2023-04-18Remove intermediate strings in error messageLaurenz
2023-04-18Clippy fixes (#856)Marek Barvíř
2023-04-16Clippy fixes (#581)Marek Barvíř
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-12Correct some typos (#746)Alexander Seiler
2023-04-11Allow treating ratios as floats (#681)Eric Biedert
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-04Format codeLaurenz
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-01Fix zero power (#511)HarmoGlace
2023-04-01Documentation for regex from raw elementLaurenz
Fixes #266.
2023-04-01Needless clone, borrows, casts and lifetimes (#504)Marek Barvíř
2023-04-01add support for loading data from yaml files (#447)P-Andersson
2023-04-01Allows negative pow (#486)Sébastien d'Herbais de Thun
2023-03-30FIX "data.typ" test (#412)Marek Barvíř
2023-03-29bail! when #symbol is called without parameters (#440)Naim A
2023-03-19Renaming and refactoringLaurenz
2023-03-13Locatability and synthesis improvementsLaurenz
2023-03-13More accurate logarithm for base 2 and 10Laurenz
2023-03-10Expose content representation moreLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2023-02-26Documentation fixesLaurenz
2023-02-23Merge main backLaurenz
2023-02-23More EcoVec usageLaurenz
Frame unfortunately can't use it because splice is missing.
2023-02-23Switch to ecowLaurenz
2023-02-19Panic functionLaurenz
2023-02-17Fix error handling after hashtagLaurenz
2023-02-16Dissolve utility categoryLaurenz
2023-02-13Let `eval` take code instead of markupLaurenz
2023-02-13Configurable numbering for nested enumsLaurenz
2023-02-12Fix docsLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz