OTB  9.0.0
Orfeo Toolbox
Namespaces | Functions | Variables
otbMath.h File Reference
#include <cmath>
+ Include dependency graph for otbMath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 otb
 

Functions

template<typename T >
otb::InverseValue (const T &value)
 
template<typename T >
otb::SignOfValue (const T &value)
 

Variables

constexpr double otb::CONST_180_PI = 180.0 / CONST_PI
 
constexpr double otb::CONST_1_PI = 1.0 / CONST_PI
 
constexpr double otb::CONST_2_PI = 2.0 / CONST_PI
 
constexpr double otb::CONST_2_SQRTPI = 1.12837916709551257390
 
constexpr double otb::CONST_2PI = 2.0 * CONST_PI
 
constexpr double otb::CONST_E = 2.7182818284590452354
 
constexpr double otb::CONST_EULER = 0.57721566490153286060
 
constexpr double otb::CONST_LN10 = 2.30258509299404568402
 
constexpr double otb::CONST_LN2 = 0.69314718055994530942
 
const double otb::CONST_LNPI = std::log(CONST_PI)
 
constexpr double otb::CONST_LOG10E = 0.43429448190325182765
 
constexpr double otb::CONST_LOG2E = 1.4426950408889634074
 
constexpr double otb::CONST_PI = 3.14159265358979323846
 
constexpr double otb::CONST_PI_180 = CONST_PI / 180.0
 
constexpr double otb::CONST_PI_2 = CONST_PI / 2.0
 
constexpr double otb::CONST_PI_4 = CONST_PI / 4.0
 
constexpr double otb::CONST_PI_8 = CONST_PI / 8.0
 
constexpr double otb::CONST_SQRT1_2 = 0.70710678118654752440
 
constexpr double otb::CONST_SQRT2 = 1.41421356237309504880
 
constexpr double otb::CONST_SQRT3 = 1.73205080756887729353
 
const double otb::CONST_SQRTPI = std::sqrt(CONST_PI)