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
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

Undocumented

Undocumented