aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian1-1/+1
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian1-5/+7
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian1-12/+13
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-173/+168
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-119/+137
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-160/+160
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-5/+5
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-9/+9
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-5/+5
2018-07-13- Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian1-22/+23
2018-07-11- Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian1-4/+5
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-12/+14
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-19/+19
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-10/+10
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-40/+40
2018-07-04- Implemented not-a-number and both infinities in pure Lux.Eduardo Julian1-5/+5
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-16/+16
2018-06-17- Migrated Scheme back-end to stdlib.Eduardo Julian1-3/+3
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-79/+79
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian1-5/+5
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-1/+1
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian1-5/+5
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian1-40/+149
2018-05-01- Allow underscore separators in the hex, octal and binary encoding macros fo...Eduardo Julian1-29/+60
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-109/+109
2017-11-28- Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian1-1/+1
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-168/+168
2017-11-22- Fixed some bugs.Eduardo Julian1-39/+39
2017-11-21- Fixed some bugs.Eduardo Julian1-11/+10
2017-11-14- Made "lux text clip" work like it used to.Eduardo Julian1-31/+35
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-35/+31
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-36/+36
2017-11-06- Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian1-103/+97
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-37/+37
2017-10-16- Moved Array type to lux.lux.Eduardo Julian1-1/+1
2017-10-11- Added monoid composition.Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-3/+3
2017-09-19- Some refactoring.Eduardo Julian1-21/+22
2017-09-05- Renamed bitwise right-shifting functions.Eduardo Julian1-1/+1
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-78/+78
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-32/+22
2017-06-19- Codecs no longer take into account underscore "_" separators for digits..Eduardo Julian1-5/+0
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-11/+11
2017-05-23- Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian1-52/+126
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-38/+38