aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/arithmetic (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-25Can now compile functions (and apply them) in C++.Eduardo Julian1-8/+14
2023-01-13Re-licensed to MPL 2.0Eduardo Julian4-0/+12
2023-01-04Added simple machinery for aliasing of definitions.Eduardo Julian1-2/+2
2022-12-23Began work on C++ back-end.Eduardo Julian2-8/+8
2022-12-19Added price-action abstraction.Eduardo Julian3-14/+16
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian3-0/+305
2022-11-25Added support for saturation arithmetic.Eduardo Julian1-0/+51