Calculates the base-ten logarithm of a floating-point number.
long double log10l(long double d);
d Floating-point number for which base-ten logarithm is to be computed
Normal: Base-ten logarithm of d
Abnormal: Domain error: Returns not-a-number.
A domain error occurs if d is negative.