aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic (follow)
Commit message (Expand)AuthorAgeFilesLines
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-1/+1
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-3/+4
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-142-33/+33
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-112-8/+12
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-3/+3
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-1/+1
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-5/+2
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-101-1/+1
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-042-44/+44
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-74/+50
* - Re-organized set modules.Eduardo Julian2018-05-011-2/+2
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-11/+11
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-292-23/+23
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-272-19/+19
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-9/+9
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-11/+11
* - Some refactorings and small expansions to lux/math.Eduardo Julian2017-01-291-2/+2
* - Added support for fuzzy logic.Eduardo Julian2017-01-281-0/+150
* - Some refactorings.Eduardo Julian2017-01-281-13/+13
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Renamed Bounded to Interval.Eduardo Julian2017-01-261-3/+3
* - Added a module for continuous logic.Eduardo Julian2017-01-251-0/+44