Constants
SpeQ has built-in constants that you can use by typing their names into a calculation. These names are not case sensitive.
SpeQ has the following groups of built-in constants.
Constants group
|
Description
|
| Colors |
Predefined colors like Red, Green, Blue, Pink, Yellow, etc...
|
| Conditions |
True, False, On, Off
|
| Math |
Constants on the area of Number theory, Chaos theory, Combinatorics and Analysis.
For example Pi, e, i, GoldenRatio.
|
| Physical |
Universal constants, Electromagnetic, Atomic and nuclear, and Physico-Chemical constants.
For example Atm, Gravity, SpeedOfLight.
|
If you need some constants that aren't built-in,
you can define them as variables and then use them in your calculations.
Constants work in exactly the same way as variables, the only difference is that constants are predefined and can not be changed.
See Also
Defining variables
|