aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
AgeCommit message (Expand)Author
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-25Tweaks to NONE parsing and testsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-03Fix up test to use RNGsBruce Hill
2024-08-19Update test to reflect new numeric precisionBruce Hill
2024-08-18Deprecate `#` operator in favor of .length and fix up some issuesBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-23Add constructor/casting for ints and numsBruce Hill
2024-04-22Add Num.mix()Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-07Add num32 testBruce Hill
2024-03-03Add some more testsBruce Hill
2024-03-03Num testsBruce Hill
2024-03-03Add Num.near() functionBruce Hill
2024-03-03Num methodsBruce Hill