CT3 number and bit manipulation functions


BITTOC()$SYNTAX$
CLEARBIT()$SYNTAX$
CTOBIT()$SYNTAX$
CTOF()$SYNTAX$
CTON()$SYNTAX$
EXPONENT()Evaluate the exponent of a floating point number
FTOC()$SYNTAX$
ISBIT()$SYNTAX$
MANTISSA()Evaluate the mantissa of a floating point number
NTOC()$SYNTAX$
NUMAND()Bitwise logical AND operation on 16-bit numbers
NUMANDX()$SYNTAX$
NUMMIRR()Bitwise mirror operation on 8-bit and 16-bit numbers
NUMMIRRX()$SYNTAX$
NUMNOT()Bitwise logical NOT operation on 16-bit numbers
NUMNOTX()$SYNTAX$
NUMOR()Bitwise logical OR operation on 16-bit numbers
NUMORX()$SYNTAX$
NUMROL()Bitwise ROL (rotate left) operation on 16-bit numbers
NUMROLX()$SYNTAX$
NUMXOR()Bitwise logical XOR operation on 16-bit numbers
NUMXORX()$SYNTAX$
SETBIT()$SYNTAX$