0
4.2kviews
State any 2 library functions in math.h along with its uses.

Mumbai university > FE > SEM 2 > Structured Programming Approach

Marks: 4M

Year: Dec 2013, Dec 2015

1 Answer
0
76views
  • Math.h header file (<math.h>) of c programming language contains constants and functions to perform mathematical operations.

    • You can use functions of math.h in your c programs to calculating absolute value of a number, calculating logarithms and using trigonometric functions to calculate sine, cosine of an angle.

Math.h functions:

1)  abs …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.