AMX Mod X API Documentation

Signature
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

Returns

Square root of the input value

Назад
Верх