数値の常用対数(基底が 10 の対数)を返します。
float log10(float number)
number は、常用対数を求める正の数値です。
例
log10(100)
2 を返します。
log10(10)
1 を返します。