totn C Functions

C Language: Standard Library Functions - math.h

In the C Programming Language, the Standard Library Functions are divided into several header files.

The following is a list of functions found within the <math.h> header file:

Absolute Value functions

fabsAbsolute Value of Floating-Point Number

Nearest Integer, Absolute Value, and Remainder functions

ceilCeiling
floorFloor
fmodFloating Modulus

Exponential and Logarithmic functions

expExponential
frexpSplit into Fraction and Exponent
ldexpCombine Fraction and Exponent
logNatural Logarithm
log10Common Logarithm
modfSplit into Integer and Fractional Parts

Power functions

powPower
sqrtSquare Root

Trigonometric functions

acosArc Cosine
asinArc Sine
atanArc Tangent
atan2Arc Tangent of Quotient
cosCosine
sinSine

Hyperbolic functions

coshHyperbolic Cosine
sinhHyperbolic Sine
tanhHyperbolic Tangent