aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic/continuous.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-39/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-16/+14
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 Julian1-9/+9
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 ";", t...Eduardo Julian1-3/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
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 modu...Eduardo Julian1-1/+1
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-18/+18
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-2/+2
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-3/+3
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-14/+14
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-1/+1
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-6/+6
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