Namespaces | Variables
constants.hpp File Reference

Mathematical constants. More...

#include <cmath>
Include dependency graph for constants.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ecl
 

Embedded control libraries.


Variables

double const ecl::pi = 4.0*std::atan(1.0)
 Mathematical constant for pi.
const double ecl::pi_2 = pi/2.0
 Mathematical constant for pi/2.
const float ecl::pi_2_f = pi_2
 Mathematical constant (float format) for pi/2.
const double ecl::pi_4 = pi/4.0
 Mathematical constant for pi/4.
const float ecl::pi_4_f = pi_4
 Mathematical constant (float format) for pi/4.
const float ecl::pi_f = pi
 Mathematical constant (float format) for pi.
const double ecl::two_pi = 2.0*pi
 Mathematical constant for 2*pi.
const float ecl::two_pi_f = two_pi
 Mathematical constant (float format) for 2*pi.

Detailed Description

Mathematical constants.

Date:
May 2009

Definition in file constants.hpp.



ecl_math
Author(s): Daniel Stonier
autogenerated on Wed Aug 26 2015 11:27:45