13#ifndef ASTRO_UTILITIES_HXX
14#define ASTRO_UTILITIES_HXX
The namespace for the Astro library.
static Real const PI
Pi static constant value.
Definition Astro.hh:132
void angle_in_range(Real x)
Definition Utilities.hxx:52
static Real degrees_to_radiants(Real x)
Definition Utilities.hxx:41
static Real const RAD2DEG
The value of .
Definition Astro.hh:136
static Real const DEG2RAD
The value of .
Definition Astro.hh:135
void angle_in_range_sym(Real x)
Definition Utilities.hxx:61
double Real
Real number type.
Definition Astro.hh:83
Real power2(Real x)
Definition Utilities.hxx:30
Real power3(Real x)
Definition Utilities.hxx:35
static Real const PIMUL2
The value of .
Definition Astro.hh:133
static Real radiants_to_degrees(Real x)
Definition Utilities.hxx:47