Math Functions


C Programming Language allows us to perform mathematical operations through the functions defined in <math.h> header file. 

The <math.h> header file contains various methods for performing mathematical operations such as sqrt(), pow(), ceil(), floor() etc.

1. sqrt() 

2. pow() 

3. sin() 

4. log10 

5. log() 

6. cos() 

7. floor() 

8. ceil() 

9. abs() 

Post a Comment

0 Comments