IMLOG2 function
From Apache OpenOffice Wiki
< Documentation | How Tos
IMLOG2
Returns the base2 logarithm of a complex number.
This function is only available if the Analysis AddIn is installed.
Syntax:
IMLOG2(complexnumber)
- complexnumber is text representing a complex number, for example as a+bi or a+bj.
- IMLOG2 returns the base2 logarithm of complexnumber, as text.
Example:
IMLOG2("1+2i")
- returns 1.16096404744368+1.59727796468811i as text.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.
See Also