native

floatlog

Syntax

native Float:floatlog(Float:value, Float:base=10.0);

Description

Returns the logarithm of value

Parameters

value Floating point value to calculate the logarithm for
base The optional logarithmic base to use.
Defaults to 10, or the natural logarithm

Return

Square root of the input value