Arithmetic Functions list in C

Full list of Arithmetic Functions in C

FunctionUse
absReturns the absolute value of an integer
cosCalculates cosine
coshCalculates hyperbolic cosine
expRaises the exponential e to the xth power
fabsFinds absolute value
floorFinds largest integer less than or equal to argument
fmodFinds floating-point remainder
hypotCalculates hypotenuse of right triangle
logCalculates natural logarithm
log10Calculates base 10 logarithm
modfBreaks down argument into integer and fractional parts
powCalculates a value raised to a power
sinCalculates sine
sinhCalculates hyperbolic sine
sqrtFinds square root
tanCalculates tangent
tanhCalculates hyperbolic tangent
Full list of Arithmetic Functions in C

Leave a Comment