aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/number/nat.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-379/+0
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-12/+12
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-8/+8
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Frustrated with PHP's overflow/underflow logic.Eduardo Julian2021-03-141-16/+9
|
* Done with Python.Eduardo Julian2021-02-241-32/+32
|
* Almost done with Lua.Eduardo Julian2021-02-151-64/+100
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-2/+2
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-261-4/+4
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-0/+350