floatlog
Syntax
native Float:floatlog(Float:value, Float:base=10.0);
Usage
| Parameter | Description |
|---|---|
| value | Floating point value to calculate the logarithm for |
| base | The optional logarithmic base to use. Defaults to 10, or the natural logarithm |
Description
Returns the logarithm of value
Return
Square root of the input value