aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian2-170/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2-2/+2
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-02-15Almost done with Lua.Eduardo Julian1-2/+3
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-80/+79
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian2-19/+18
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-15/+15
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-3/+3
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-3/+3
2019-07-24No more "r/"-prefixed functions.Eduardo Julian2-24/+26
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-24Ported tests for math-related modules.Eduardo Julian1-3/+3
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian1-3/+3
to avoid confusion since "/" is used for relative module paths.
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian1-1/+1
structures.
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+3
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian1-1/+1
module aliases.
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+4
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2-33/+33
- Small improvements to lux-mode.
2018-07-11- Re-named "type-of" to ":of".Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian2-8/+12
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-3/+3
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-5/+2
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian1-1/+1
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian2-44/+44
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian1-74/+50
2018-05-01- Re-organized set modules.Eduardo Julian1-2/+2
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-11/+11
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2-23/+23
period/dot (.).
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian2-19/+19
2017-11-26- Changed to the new relative imports syntax.Eduardo Julian1-1/+1
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-9/+9
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-11/+11
2017-01-29- Some refactorings and small expansions to lux/math.Eduardo Julian1-2/+2
2017-01-28- Added support for fuzzy logic.Eduardo Julian1-0/+150
2017-01-28- Some refactorings.Eduardo Julian1-13/+13
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-26- Renamed Bounded to Interval.Eduardo Julian1-3/+3
2017-01-25- Added a module for continuous logic.Eduardo Julian1-0/+44