Arithmetic Functions list in C

Full list of Arithmetic Functions in C Function Use abs Returns the absolute value of an integer cos Calculates cosine cosh Calculates hyperbolic cosine exp Raises the exponential e to the xth power fabs Finds absolute value floor Finds largest integer less than or equal to argument fmod Finds floating-point remainder hypot Calculates hypotenuse of … Read more