|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
Common math constants for LibJuno (double precision). More...
Go to the source code of this file.
Macros | |
| #define | JUNO_PI 3.141592653589793 |
| Pi (π) in radians as a double-precision literal. | |
| #define | JUNO_HALF_PI 1.5707963267948966 |
| Half pi (π/2) in radians as a double-precision literal. | |
| #define | JUNO_QUART_PI 0.7853981633974483 |
| Quarter pi (π/4) in radians as a double-precision literal. | |
| #define | JUNO_E 2.718281828459045 |
| Euler's number e as a double-precision literal. | |
| #define | ANG_EPSILON 1.0E-12 |
| Small angle epsilon (radians) for approximate comparisons. | |
Common math constants for LibJuno (double precision).