The math libary is set up for the user by the file?
Answers
Answered by
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
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