Macros§
- no_io
- Non-functional IO triple using
std::io::empty
andstd::io::sink
. - std_io
- Default IO triple using
std::io::stdin
,std::io::stdout
, andstd::io::stderr
.
Structs§
- IOTriple
- Bundle of generic IO streams (input, output, error), for brevity.
- Param
Stk - Stack for (K,I,O) tuples, with methods for checked editing.
- RegObj
- Register object: normal object and array thereof
- Register
- Register storing
RegObj
s and an optional thread handle. - State
- Bundled state storage for one instance of dc:im.
Enums§
Constants§
- CONSTANTS
- Library of
Float
constants/conversion factors. Useful withget_constant
.
Functions§
- exec
- CORE LANGUAGE IMPLEMENTATION
- get_
constant - Calculate value with given precision, apply scale prefix and power suffix