aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-28/+28
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-12/+12
* - Fixed some bugs.Eduardo Julian2017-11-221-9/+6
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-3/+3
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-23/+23
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-3/+3
* - Added unary function support for the "infix" macro.Eduardo Julian2017-09-191-41/+48
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-8/+8
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-1/+0
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-18/+19
* - Small refactorings and name-changes.Eduardo Julian2017-06-171-1/+1
* - Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian2017-05-231-15/+13
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-15/+15
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-1/+1
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-2/+2
* - Implemented math procedures for JS.Eduardo Julian2017-02-261-3/+0
* - Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian2017-02-221-36/+26
* - Some refactorings and small expansions to lux/math.Eduardo Julian2017-01-291-6/+19
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-2/+2
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-1/+5
* - Simplified the macros for asking about or ensuring AST tokens.Eduardo Julian2017-01-121-1/+1
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-2/+16
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-1/+1
* - Updates lux/math tests.Eduardo Julian2016-12-111-8/+10
* - gcd and lcm functions now work on Nat, instead of Int.Eduardo Julian2016-12-021-12/+8
* - Changed the names of math op functions to make them more consistent and sim...Eduardo Julian2016-12-021-2/+2
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+158