Positron Compiler Documentation

Positron16 operators

Positron16 · Revision 1.1.3.5 · PDF page 74
AbsReturns the absolute value of a signed value.
CeilReturns the ceiling of a 32-bit floating point value.
Dcd2 n -power decoder of a four-bit integer value.
Dig '?'Returns the specified decimal digit of a positive integer value.
ExpReturns the exponential function of a 32-bit floating point value.
FloorReturns the floor of a 32-bit floating point value.
fAbsReturns the absolute value of a 32-bit or 64-bit floating point value.
ISqrReturns the integer Square Root of an integer value.
ModfSplit a 32-bit floating point value into its fractional and whole parts.
NcdPriority encoder of a 16-bit integer value.
PowComputes a 32-bit floating point variable to the power of another.
Rev '@'Reverses the order of the lowest bits in an integer value.
SqrReturns the Square Root of a 32-bit floating point value.
dCeilReturns the ceiling of a 64-bit floating point value.
dExpReturns the exponential function of a 64-bit floating point value.
dFloorReturns the floor of a 64-bit floating point value.
ModdSplit a 64-bit floating point value into its fractional and whole parts.
dPowComputes a 64-bit floating point variable to the power of another.
dSqrReturns the Square Root of a 64-bit floating point value.
View original PDF page 74Open page in PDFOriginal PDF page 74