#include <string>
Go to the source code of this file.
|
| Isis |
| This is free and unencumbered software released into the public domain.
|
|
|
const double | Isis::E = 2.7182818284590452354 |
| Sets some basic constants for use in ISIS programming. More...
|
|
const double | Isis::PI = 3.14159265358979323846 |
| The mathematical constant PI. More...
|
|
const double | Isis::HALFPI = 1.57079632679489661923 |
| The mathematical constant PI/2. More...
|
|
const double | Isis::TWOPI = 6.2831853071795864769253 |
| Two * PI, a complete revolution. More...
|
|
const double | Isis::DEG2RAD = 0.017453292519943295769237 |
| Multiplier for converting from degrees to radians. More...
|
|
const double | Isis::RAD2DEG = 57.29577951308232087679815481 |
| Multiplier for converting from radians to degrees. More...
|
|