ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
gsl::math Namespace Reference

Mathematical constants. More...

Variables

double const E = M_E
 e More...
 
double const LOG2E = M_LOG2E
 \(\log_2(\mathrm{e})\). More...
 
double const LOG10E = M_LOG10E
 \(\log_{10}(\mathrm{e})\). More...
 
double const SQRT2 = M_SQRT2
 \(\sqrt{2}\). More...
 
double const SQRT1_2 = M_SQRT1_2
 \(\sqrt{1/2}\). More...
 
double const SQRT3 = M_SQRT3
 \(\sqrt{3}\). More...
 
double const PI = M_PI
 \(\pi\). More...
 
double const PI_2 = M_PI_2
 \(\pi/2\). More...
 
double const PI_4 = M_PI_4
 \(\pi/4\). More...
 
double const SQRTPI = M_SQRTPI
 \(\sqrt{\pi}\). More...
 
double const TWO_SQRTPI = M_2_SQRTPI
 \(2\sqrt{\pi}\). More...
 
double const ONE_PI = M_1_PI
 \(1/\pi\). More...
 
double const TWO_PI = M_2_PI
 \(2/\pi\). More...
 
double const LN10 = M_LN10
 \(\log(10)\). More...
 
double const LN2 = M_LN2
 \(\log(2)\). More...
 
double const LNPI = M_LNPI
 \(\log(\pi)\). More...
 
double const EULER = M_EULER
 Euler's constant. More...
 

Detailed Description

Mathematical constants.

Variable Documentation

◆ E

double const gsl::math::E = M_E

◆ EULER

double const gsl::math::EULER = M_EULER

Euler's constant.

Definition at line 100 of file math.hpp.

◆ LN10

double const gsl::math::LN10 = M_LN10

\(\log(10)\).

Definition at line 88 of file math.hpp.

◆ LN2

double const gsl::math::LN2 = M_LN2

\(\log(2)\).

Definition at line 92 of file math.hpp.

◆ LNPI

double const gsl::math::LNPI = M_LNPI

\(\log(\pi)\).

Definition at line 96 of file math.hpp.

◆ LOG10E

double const gsl::math::LOG10E = M_LOG10E

\(\log_{10}(\mathrm{e})\).

Definition at line 44 of file math.hpp.

◆ LOG2E

double const gsl::math::LOG2E = M_LOG2E

\(\log_2(\mathrm{e})\).

Definition at line 40 of file math.hpp.

◆ ONE_PI

double const gsl::math::ONE_PI = M_1_PI

\(1/\pi\).

Definition at line 80 of file math.hpp.

◆ PI

double const gsl::math::PI = M_PI

\(\pi\).

Definition at line 60 of file math.hpp.

◆ PI_2

double const gsl::math::PI_2 = M_PI_2

\(\pi/2\).

Definition at line 64 of file math.hpp.

◆ PI_4

double const gsl::math::PI_4 = M_PI_4

\(\pi/4\).

Definition at line 68 of file math.hpp.

◆ SQRT1_2

double const gsl::math::SQRT1_2 = M_SQRT1_2

\(\sqrt{1/2}\).

Definition at line 52 of file math.hpp.

◆ SQRT2

double const gsl::math::SQRT2 = M_SQRT2

\(\sqrt{2}\).

Definition at line 48 of file math.hpp.

◆ SQRT3

double const gsl::math::SQRT3 = M_SQRT3

\(\sqrt{3}\).

Definition at line 56 of file math.hpp.

◆ SQRTPI

double const gsl::math::SQRTPI = M_SQRTPI

\(\sqrt{\pi}\).

Definition at line 72 of file math.hpp.

◆ TWO_PI

double const gsl::math::TWO_PI = M_2_PI

\(2/\pi\).

Definition at line 84 of file math.hpp.

◆ TWO_SQRTPI

double const gsl::math::TWO_SQRTPI = M_2_SQRTPI

\(2\sqrt{\pi}\).

Definition at line 76 of file math.hpp.