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
/
builtins
/
nums.h
Age
Commit message (
Collapse
)
Author
2024-09-08
Bugfixes
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
appropriate
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-04
Unify parsing code to correctly handle parsing integers and numbers with
Bruce Hill
a &success boolean. Check for overflow as well.
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-18
Add Int:clamped() and Num:clamped()
Bruce Hill
2024-08-13
Fixes
Bruce Hill
2024-08-10
Make Num32/Num64 literals explicitly typed to aid in macros using
Bruce Hill
__typeof
2024-04-22
Add Num.mix()
Bruce Hill
2024-04-10
Add from_text() method for ints/nums
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-07
Just use mathlib symbols, don't redefine them
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Add Num.near() function
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
Int__bits()
2024-02-27
Const typeinfos
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-17
Split out parts into appropriate headers
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Use aliasing for Num -> Num64
Bruce Hill
2024-02-17
Fix up USE_COLOR
Bruce Hill
2024-02-17
Clean up builtins
Bruce Hill