aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number/frac.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-437/+0
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-98/+98
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-5/+5
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-101/+111
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-0/+8
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-8/+8
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-2/+2
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-0/+7
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-270/+135
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-9/+20
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-3/+16
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-041-4/+10
* Build programs.Eduardo Julian2020-08-281-40/+55
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-18/+18
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-2/+2
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-44/+111
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-43/+51
* Small improvements here and there.Eduardo Julian2019-07-241-4/+4
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-14/+15
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-5/+5
* Simplified the "Order" signature.Eduardo Julian2019-04-171-4/+1
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Changed the order of the inputs to the common extensions.Eduardo Julian2019-04-041-15/+13
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-7/+7
* Fixed more tests.Eduardo Julian2019-03-291-14/+2
* Fixed some tests.Eduardo Julian2019-03-281-3/+5
* Ported tests for number-related modules.Eduardo Julian2019-03-221-1/+1
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-5/+5
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-131-1/+1
* Changed the naming style for structures.Eduardo Julian2019-02-041-0/+441