aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/modular.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-14/+16
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-22/+22
| | | + No more "m/"-prefixed functions.
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-11/+12
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
|
* Fixed some tests.Eduardo Julian2019-03-281-5/+5
|
* Ported tests for math-related modules.Eduardo Julian2019-03-241-90/+79
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-10/+10
| | | | to avoid confusion since "/" is used for relative module paths.
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-2/+2
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+150