IMLN
The IMLN
function in Google Sheets returns the logarithm of a complex number, base e (Euler's number). It is a mathematical tool that allows you to calculate the natural logarithm of a complex value.
Function Syntax and Parameters
Syntax: IMLN(complex_value)
Parameters:
complex_value
: The complex number whose natural logarithm needs to be calculated.
Step-by-Step Tutorial
- Using
IMLN
with a complex number:- Example:
=IMLN(4+3i)
- Result:
1.609437912
- Example:
Use Cases and Scenarios
- Complex Number Analysis: Find the natural logarithm of a complex value.
- Engineering Calculations: Calculate the logarithm of complex numbers in engineering applications.
Related Functions
- None
Related Articles
- None