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
/
docs
/
nums.md
Age
Commit message (
Collapse
)
Author
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-11-29
Update docs
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
Bruce Hill
2025-04-19
Make API documentation into YAML files and autogenerate markdown files
Bruce Hill
and manpages from those.
2025-04-18
Fix docs
Bruce Hill
2025-04-07
Add `is_between()` for various types
Bruce Hill
2025-04-06
Update syntax in docs
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2025-03-05
Further shorten docs
Bruce Hill
2025-03-05
Shorten API docs
Bruce Hill
2025-03-05
Fix links
Bruce Hill
2025-03-05
Alphabetize and index functions
Bruce Hill
2025-03-05
Standardize API doc heading levels
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-25
Add NaN documentation
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
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-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-08-19
Document `deg`
Bruce Hill
2024-08-19
Move docs into one folder
Bruce Hill