Returns the base10 logarithm of a complex number.
Syntax
IMLOG10(complex_number)
complex_number: Text representing a complex number. E.g. "2+3j"
Examples
Formula | Result |
=IMLOG10("2+3j") | 0.556971676153418+0.426821890855467j |
=IMLOG10("1-4i") | 0.615224460689137-0.575795295340888i |
=IMLOG10("5j") | 0.698970004336019+0.68218817692092j |
Get a hands-on experience of the function in the embedded range below.
Possible Errors
Errors | Meaning |
#N/A! | |
#NAME! | The function name is incorrect or invalid. The given defined name (if any) is invalid. There is a typo in the defined name used in the function. Double quotes are missing for text values in the function. Colon missing in a cell range reference.
|
#VALUE! | |
#REF! | |
Similar Functions
COMPLEX
IMLN
IMLOG2
LN
LOG
LOG10