@HotSpotIntrinsicCandidate
public static double log10 (double a)

Returns the base 10 logarithm of a double value. Special cases:

The computed result must be within 1 ulp of the exact result. Results must be semi-monotonic.

Parameters:
a    a value

Returns:  the base 10 logarithm of a.

Since:  1.5