Software & Finance





Turbo C++ - math.h





You can find here the list of functions declared in math.h

 

  • abs
  • acos,acosl
  • asin,asinl
  • atan,atanl
  • atan2, atan2l
  • atof,_atold
  • cabs, cabsl
  • ceil,ceill
  • cos, cosl
  • cosh,coshl
  • exp, expl
  • fabs,fabsl
  • floor, floorl
  • fmod,fmodl
  • frexp, frexpl
  • hypot, hypotl
  • labs
  • ldexp, ldexpl
  • log, logl
  • log10, log101
  • matherr, _matherrl
  • modf,modfl
  • poly,polyl
  • pow, powl
  • pow10, pow10l
  • sin, sinl
  • sinh,sinhl
  • sqrt,sqrtl
  • tan, tanl
  • tanh,tanhl

 

Constants, data types, and global variables

  • complex (struct)
  • _complexl (struct)
  • EDOM
  • ERANGE
  • exception (struct)
  • _exceptionl (struct)
  • HUGE_VAL
  • M_E
  • M_LOG2E
  • M_LOG10E
  • M_LN2
  • M_LN10
  • M_PI
  • M_PI_2
  • M_PI_4
  • M_1_PI
  • M_2_PI
  • M_1_SQRTPI
  • M_2_SQRTPI
  • M_SQRT2
  • M_SQRT_2
  • _mexcep