LN |
LN(number) |
Returns the natural logarithm of a number. |
number | The number you want the natural logarithm of. |
REMARKS |
* The natural logarithm of a number is the inverse of the EXP function. * Natural logarithms are based on the constant e (2.71828182845904). * If "number" is not numeric, then #VALUE! is returned. * A logarithm is an exponent used in calculations to show the perceived levels of variable quantities. * This function can be used in problems that calculate exponential growth. * This function can be used to estimate population growth over a period of time. * You can use the LOG function to return the logarithm of a number to any base. * You can use the LOG10 function to return the logarithm of a number to the base 10. * You can use the IMLN function to return the natural logarithm of a complex number. * The equivalent VBA function is VBA.LOG (which is very confusing). * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top