Skip to content

llLog

Function Syntax
float llLog(
  1. float Value
);

Returns the natural logarithm of Value. Returns zero if Value <= 0.

Returns the base e (natural) logarithm of the specified Value.