aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-170/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-2/+2
* Almost done with Lua.Eduardo Julian2021-02-151-2/+3
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-80/+79
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-19/+18
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-15/+15
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-3/+3
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-3/+3
* No more "r/"-prefixed functions.Eduardo Julian2019-07-242-24/+26
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* Ported tests for math-related modules.Eduardo Julian2019-03-241-3/+3
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-3/+3
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* Changed the naming style for structures.Eduardo Julian2019-02-041-1/+3
* "^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