Skip to main content

Module num

Module num 

Source
Expand description

Various types of number parsers.

Structsยง

BcdComponents
Components for computing a fixed point value for a binary coded decimal number.

Constantsยง

BCD_INTEGER_LIMIT ๐Ÿ”’
BCD_NUMBER_LIMIT ๐Ÿ”’
BCD_OVERFLOW ๐Ÿ”’
BCD_POWER_TENS ๐Ÿ”’
BCD_UNDERFLOW ๐Ÿ”’

Functionsยง

parse_fixed_dynamic ๐Ÿ”’
Parse a fixed point value with a dynamic scaling factor.
parse_int ๐Ÿ”’