1 unstable release
Uses old Rust 2015
0.1.0 | Jul 13, 2018 |
---|
#41 in #numerical
7KB
123 lines
tt-num
This library is an entry in the tt_call
series of modular interoperable
tt-muncher building blocks.
Macros are contained here that perform a variety of operations on "numbers". These may be semi-human-readable literals, or encodings for macros to use (like unary and nested-parens). Operations will include conversions and math.
Included macros:
tt_atoi
: convert decimal-encoded numbers (e.g.[4 2]
) to a unary encoding that macros can use
Dependencies
~105KB