mathLib.log10() システム関数は、 数値の基本 10 対数を戻します。
mathLib.log10(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.log10(myVar);