pmt: Integers

pmt.is_integer(pmt_t x) → bool
pmt.to_long(pmt_t x) → long
pmt.from_long(long x) → pmt_t

pmt: uint64_t

pmt.is_uint64(pmt_t x) → bool
pmt.to_uint64(pmt_t x) → uint64_t
pmt.from_uint64(uint64_t x) → pmt_t

Table Of Contents

Previous topic

pmt: Vectors

Next topic

pmt: Numbers

This Page