Chapter 2. Support Functions
Table of Contents
- lowdisc_bary — Returns the digits of a number given the basis.
- lowdisc_bithi1 — Returns the position of the high one bit base 2 in an integer.
- lowdisc_bitlo0 — Returns the position of the low zero bit base 2 in an integer.
- lowdisc_bitxor — Bitwise logical XOR operator.
- lowdisc_dec2bin — Convert a decimal floating point integer into binary.