Math & Conversion Functions

These functions are used for various algebric and trignometric operations:
1. abs()
The function abc() calculates the absolute vlaue of an integer. The argument to this function is an integer. It has a prototype in the header file math.h
2. fabs()
The function fabs() returns the absolute value of an argument. The argument to this function is a number of type float or double. It has a prototype in the header file math.h LEARN MORE>>

No comments: