Positron16 operators
Positron16 · Revision 1.1.3.5 · PDF page 74
| Abs | Returns the absolute value of a signed value. |
| Ceil | Returns the ceiling of a 32-bit floating point value. |
| Dcd | 2 n -power decoder of a four-bit integer value. |
| Dig '?' | Returns the specified decimal digit of a positive integer value. |
| Exp | Returns the exponential function of a 32-bit floating point value. |
| Floor | Returns the floor of a 32-bit floating point value. |
| fAbs | Returns the absolute value of a 32-bit or 64-bit floating point value. |
| ISqr | Returns the integer Square Root of an integer value. |
| Modf | Split a 32-bit floating point value into its fractional and whole parts. |
| Ncd | Priority encoder of a 16-bit integer value. |
| Pow | Computes a 32-bit floating point variable to the power of another. |
| Rev '@' | Reverses the order of the lowest bits in an integer value. |
| Sqr | Returns the Square Root of a 32-bit floating point value. |
| dCeil | Returns the ceiling of a 64-bit floating point value. |
| dExp | Returns the exponential function of a 64-bit floating point value. |
| dFloor | Returns the floor of a 64-bit floating point value. |
| Modd | Split a 64-bit floating point value into its fractional and whole parts. |
| dPow | Computes a 64-bit floating point variable to the power of another. |
| dSqr | Returns the Square Root of a 64-bit floating point value. |
