Crates.io | tt-num |
lib.rs | tt-num |
version | 0.1.0 |
source | src |
created_at | 2018-07-13 05:15:21.229392 |
updated_at | 2018-07-13 05:15:21.229392 |
description | tt-macros for various numerical operations |
homepage | |
repository | https://github.com/durka/tt-num |
max_upload_size | |
id | 73992 |
size | 18,922 |
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