Class math |
Introduction no help | math Class Referencemath class more... Public Member Functions
Public Attributes
Detailed Descriptionclass to access math functions Member Documentationstatic const double math::piconstant PI Returns:returns 3.14159265358979323846static const double math::econstant e Returns:returns 2.71828182845904523536static const double math::log2elog2e Returns:returns log2(e)=1.44269504088896340736)static const double math::log10elog10e Returns:returns log10(e)=0.434294481903251827651static const double math::ln2ln2 Returns:returns ln(2)=0.693147180559945309417static const double math::ln10ln10 Returns:returns ln(10)=2.30258509299404568402;static const math::doublepi_2 Returns:returns pi/2=1.57079632679489661923static const math::doublepi_4 Returns:returns pi/4=0.785398163397448309616static const math::doublesqrt2 Returns:returns sqrt(2)=1.41421356237309504880static const math::doublesqrt1_2 Returns:returns 1/sqrt(2)=0.707106781186547524401static double math::sin(double a)sin Returns:sinstatic double math::cos(double a)cos Returns:cosstatic double math::tan(double a)tan Returns:tanstatic double math::asin(double a)asin Returns:asinstatic double math::acos(double a)acos Returns:acosstatic double math::atan(double a)atan Returns:atanstatic double math::sinh(double a)sinh Returns:sinhstatic double math::cosh(double a)cosh Returns:coshstatic double math::tanh(double a)tanh Returns:tanhstatic double math::sqrt(double a)sqrt Returns:sqrtstatic double math::exp(double a)exp Returns:expstatic double math::log(double a)log Returns:logstatic double math::log10(double a)log10 Returns:log10static double math::pow(double a,double b)pow Returns:pow- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
© 2008 Jürgen Thies