An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Typedefs | |
typedef long long int | Isis::BigInt |
Big int. | |
Variables | |
const double | Isis::E = 2.7182818284590452354 |
Sets some basic constants for use in ISIS programming. | |
const double | Isis::PI = 3.14159265358979323846 |
The mathematical constant PI. | |
const double | Isis::HALFPI = 1.57079632679489661923 |
The mathematical constant PI/2. | |
const double | Isis::TWOPI = 6.2831853071795864769253 |
Two * PI, a complete revolution. | |
const double | Isis::DEG2RAD = 0.017453292519943295769237 |
Multiplier for converting from degrees to radians. | |
const double | Isis::RAD2DEG = 57.29577951308232087679815481 |
Multiplier for converting from radians to degrees. | |