aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/logic/continuous.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-39/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-16/+14
* 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-241-9/+9
* 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
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-18/+18
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-2/+2
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-3/+3
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-14/+14
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-1/+1
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-6/+6
* - 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