aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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