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