about summary refs log tree commit diff stats
path: root/crates/core/src/numerics
Commit message (Collapse)AuthorAgeFilesLines
* add a `Display` implementation to `Expression` HEAD canonsuperwhiskers2025-09-151-3/+13
| | | | | | | | | this change adds a string formatter for `Expression`s using the `Display` trait. additionally, it standardizes the way `Display` implementations are written and makes some minor adjustments to the parameters used for the proptest-based test for `Expression`. Change-Id: I6a6a6964cd5c04e95341a499dcd73297ca2f514a
* initial expression implementationsuperwhiskers2025-09-152-0/+249
Change-Id: I6a6a69640c133bce112891bba09033b08e7c0dec