module documentation

Numeric helper functions and converters

Class BCD Converter for 2-digit binary-coded decimal
Class LeftNibbleBCD Converter for 2-digit binary-coded decimal with a single extra nibble
Class RightNibbleBCD Converter for 2-digit binary-coded decimal with a single extra nibble
Function sign Computes the mathematical sign of a number
Constant TI_CONTEXT Decimal context for working with TI floats
Variable e Undocumented
Variable pi Undocumented
def sign(x: int) -> int: (source)

Computes the mathematical sign of a number

Parameters
x:intThe input number
Returns
intThe sign of x
TI_CONTEXT = (source)

Decimal context for working with TI floats

Value
dec.Context(prec=14, rounding=dec.ROUND_DOWN, Emin=(-128), Emax=127, capitals=1)

Undocumented

Undocumented