Mathematical constants. More...
#include <cmath>
Go to the source code of this file.
Namespaces | |
utl | |
Variables | |
constexpr double | utl::kE = 2.71828182845904523536028747135266249775724709369995957496696762772407663035354759457138217852516642742746639193 |
constexpr double | utl::kEulerGamma = 0.5772156649015328606065120900824024310421593359399235988057672348848677267776646709369470632917467495 |
constexpr double | utl::kHalfPi = kPiOnTwo |
constexpr double | utl::kLn10 = 2.30258509299404568401799145468436420760110148862877297603332790096757260967735248023599720508959829834196778404 |
constexpr double | utl::kPi = 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651 |
constexpr double | utl::kPiOnTwo = 0.5*kPi |
constexpr double | utl::kSqrt2 = 1.41421356237309504880168872420969807856967187537694807317667973799073247846210703885038753432764157273501384623 |
constexpr double | utl::kSqrt2Pi = 2.50662827463100050241576528481104525300698674060993831662992357634229365460784197494659583837805726611600997267 |
constexpr double | utl::kSqrt3 = 1.73205080756887729352744634150587236694280525381038062805580697945193301690880003708114618675724857567562614142 |
constexpr double | utl::kSqrtPi = 1.77245385090551602729816748334114518279754945612238712821380778985291128459103218137495065673854466541622682362 |
constexpr double | utl::kTwoPi = 2*kPi |
Mathematical constants.
For unit conversions (including degree <-> radian), use the constants from the utl/AugerUnits.h header.
For machine limits, use the numerical_limits template from the standard limits header.
Definition in file MathConstants.h.