aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-25- Now, only using underscores (_) as number digit separators, without using c...Eduardo Julian1-2/+1
2016-12-25- Fixed a bug where the Frac max value was getting confused with the min value.Eduardo Julian1-4/+4
2016-12-22- Updated tests for lux/cli and lux/math/ratio.Eduardo Julian1-1/+1
2016-12-12- Small fixes, refactorings and expansions.Eduardo Julian1-2/+11
2016-12-02- Added Number implementation for Frac.Eduardo Julian1-0/+13
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-29/+29
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+222