index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
nums.tm
Age
Commit message (
Expand
)
Author
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-25
Tweaks to NONE parsing and tests
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-03
Fix up test to use RNGs
Bruce Hill
2024-08-19
Update test to reflect new numeric precision
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-23
Add constructor/casting for ints and nums
Bruce Hill
2024-04-22
Add Num.mix()
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-07
Add num32 test
Bruce Hill
2024-03-03
Add some more tests
Bruce Hill
2024-03-03
Num tests
Bruce Hill
2024-03-03
Add Num.near() function
Bruce Hill
2024-03-03
Num methods
Bruce Hill