Introduction #
The SPIN2 language has been extended from version 51 to include new Floating point operators. They can be used in CON blocks as well as regular code.
For the latest version of the SPIN2 specification, visit the language reference linked in resources!
Operators #
These operators are available in the latest version of the SPIN2 compiler.
In case they are not enabled by default, add the v51 tag at the top of your source code to enable them:
{Spin2_v51}
Operator name | Description |
---|---|
POW | Floating-point x-to-power-of-y function |
LOG2 | Floating-point base-2 logarithm function |
EXP2 | Floating-point 2-to-power-of-x function |
LOG10 | Floating-point base-10 logarithm function |
EXP10 | Floating-point 10-to-power-of-x function |
LOG | Floating-point natural logarithm function |
EXP | Floating-point e-to-power-of-x function |
Resources #
Parallax Propeller 2 - Spin2 Language Documentation