You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This is an old revision of the document!
The float value whose natural logarithm is to be calculated.
The natural logarithm of the argument.
float f; f = llLog10(10); // sets f to 1 f = llLog10(1); // sets f to 0 f = llLog10(2); // sets f to 0.301030 approx. f = llLog(0.5); // sets f to -0.301030 approx. f = llLog(-1); // sets f to 0