C++ cmath exp2 , exp2f , exp2l function
The C++ cmath exp2,exp2f and exp2l compute the base-2 exponential of the given value. The declaration of the functions are
Read moreThe C++ cmath exp2,exp2f and exp2l compute the base-2 exponential of the given value. The declaration of the functions are
Read moreThe C++ cmath expm1, expm1f and expm1l function compute the exponential of the argument minus 1.The declaration of the functions
Read moreThe C++ cmath frexp, frexpf and frexpl function breaks the floating-point number into normalized fraction and integral power of 2.
Read moreThe C++ cmath acosh, acoshf and acoshl function compute the arc hyperbolic cosine of the given value.The declaration of the
Read moreThe C++ cmath asinh, asinhf and asinhl function compute the arc hyperbolic sine of the given value.The declaration of the
Read moreThe C++ cmath atanh,atanhf and atanhl function compute the arc hyperbolic tangent of the given value.The declaration of the functions
Read moreThe C++ cmath cosh,coshf and coshl functions compute the hyperbolic cosine of the given value. The declaration of the functions
Read moreThe C++ cmath sinh,sinhf and sinhl function compute the hyperbolic sine of the given value.The declaration of the functions are
Read moreThe C++ cmath tanh, tanhf and tanhl functions compute the hyperbolic tangent of the argument.The declaration of the functions are
Read moreThe C++ cmath atan2, atan2f and atan2l function compute the arc tangent of the value obtained by diving the first
Read more