Computer Science, asked by DanielXavier, 11 months ago

what is the log( ) in c? How is it used?

Answers

Answered by Ayesha059
1
The log() function takes a single argument and returns a value of type float . It is defined in <math.h> header file. In order to find the log() of long double or float numbers, you can use the following prototype.
Similar questions