Skip to content

llLog10

Function Syntax
float llLog10(
  1. float Value
);

Returns the base 10 logarithm of Value. Returns zero if Value <= 0.

Returns the base 10 (common) logarithm of the specified Value.