Computer Science, asked by harpreetk9229, 3 months ago

The math libary is set up for the user by the file?​

Answers

Answered by abhi2003yahoo
5

Explanation:

The math library is set up for the user by the file named math. h. This defines various mathematical functions and one macro for functions available in the library. This should utilize the double as an argument and return the values

Answered by swrnsingh90
0

Answer:

h is a header file in the standard library of the C programming language designed for basic mathematical operations. Most of the functions involve the use of floating point numbers.

Similar questions