aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Number no longer depends on Ord.Eduardo Julian2017-01-271-3/+0
|
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
|
* - Renamed Bounded to Interval.Eduardo Julian2017-01-261-17/+18
|
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-17/+17
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Fixed a lot of errors in the documentation.Eduardo Julian2017-01-061-3/+3
|
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-7/+10
| | | - Minor refactorings.
* - Now, only using underscores (_) as number digit separators, without using ↵Eduardo Julian2016-12-251-2/+1
| | | | commas (,).
* - Fixed a bug where the Frac max value was getting confused with the min value.Eduardo Julian2016-12-251-4/+4
| | | - Updated the lux/data/number tests.
* - Updated tests for lux/cli and lux/math/ratio.Eduardo Julian2016-12-221-1/+1
|
* - Small fixes, refactorings and expansions.Eduardo Julian2016-12-121-2/+11
|
* - Added Number implementation for Frac.Eduardo Julian2016-12-021-0/+13
|
* - Changed the names of math op functions to make them more consistent and ↵Eduardo Julian2016-12-021-29/+29
| | | | similar.
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+222
plugin's and the Emacs mode's into a big monorepo, to keep development unified.