aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-103/+97
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-37/+37
* - Moved Array type to lux.lux.Eduardo Julian2017-10-161-1/+1
* - Added monoid composition.Eduardo Julian2017-10-111-1/+1
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-3/+3
* - Some refactoring.Eduardo Julian2017-09-191-21/+22
* - Renamed bitwise right-shifting functions.Eduardo Julian2017-09-051-1/+1
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-78/+78
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-151-1/+1
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-32/+22
* - Codecs no longer take into account underscore "_" separators for digits..Eduardo Julian2017-06-191-5/+0
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-11/+11
* - Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian2017-05-231-52/+126
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-38/+38
* - Fixed bugs with octal and hexadecimal encodings for reals.Eduardo Julian2017-05-111-11/+19
* - Fixed some tests for lux/math/logic/fuzzy.Eduardo Julian2017-05-091-0/+4
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-1/+1
* - Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian2017-05-071-37/+91
* - Implemented Deg encoding.Eduardo Julian2017-05-051-9/+170
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-5/+5
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-2/+2
* - Added binary, octal and hexadecimal codecs for reals.Eduardo Julian2017-04-061-15/+258
* - Added binary and hexadecimal syntax for degs.Eduardo Julian2017-04-051-3/+39
* - Added binary, octal and hexadecimal codecs for ints.Eduardo Julian2017-04-051-132/+110
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-14/+52
* - Nat encoding/decoding is now implemented in the standard library.Eduardo Julian2017-03-301-1/+54
* - Implemented finger-trees.Eduardo Julian2017-03-281-1/+1
* - Expanded the lux/control/interval module.Eduardo Julian2017-03-271-6/+9
* - Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian2017-02-221-1/+2
* - Added support for the new common procedures to the JVM backend.Eduardo Julian2017-02-171-2/+2
* - Added more common procedures.Eduardo Julian2017-02-171-8/+34
* - Implemented several new procedures.Eduardo Julian2017-02-161-65/+40
* - 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
* - 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
* - Now, only using underscores (_) as number digit separators, without using c...Eduardo Julian2016-12-251-2/+1
* - Fixed a bug where the Frac max value was getting confused with the min value.Eduardo Julian2016-12-251-4/+4
* - 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 sim...Eduardo Julian2016-12-021-29/+29
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+222