aboutsummaryrefslogtreecommitdiff
path: root/stdlib/nums.c
AgeCommit message (Expand)Author
2025-03-09Have floating point modulus use euclidean divisionBruce Hill
2025-03-09Add some missing modulus and conversion methods for floats/intsBruce Hill
2025-03-07Roll back number formatting changeBruce Hill
2025-03-07Fix number precision stuffBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-23Fix ordering of Nums that have NaNsBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-10-03Fix up some compiler flags around floating point numbers so they workBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill