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
/
stdlib
/
nums.c
Age
Commit message (
Collapse
)
Author
2025-03-21
Move stdlib into src/
Bruce Hill
2025-03-09
Have floating point modulus use euclidean division
Bruce Hill
2025-03-09
Add some missing modulus and conversion methods for floats/ints
Bruce Hill
2025-03-07
Roll back number formatting change
Bruce Hill
2025-03-07
Fix number precision stuff
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-23
Fix ordering of Nums that have NaNs
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
constructor.
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
constructors
2024-11-03
Add RNGs to the language
Bruce Hill
2024-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
better with -Ofast and have more standardized behavior
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill