Function stdio_log10
Defined in File math.h
Function Documentation
-
double stdio_log10(double positive_number)
Computes the base-10 logarithm of the input number - which must be an actual positive number (not infinity or NaN, nor a sub-normal).
Defined in File math.h
Computes the base-10 logarithm of the input number - which must be an actual positive number (not infinity or NaN, nor a sub-normal).