NWN2Wiki
Advertisement
// Maths operation: log of fValue
// * Returns zero if fValue <= zero
float log(float fValue);
Advertisement