|
Contents | Previous | Next | Subchapters |
| Syntax |
log(value) |
| See Also | exp , log10 , log2 |
log(1.0)
returns
0
If value is a complex number, the imaginary part of
the result is between -pi and pi.
log([-1r0 + 1i0, -1r0 - 1i0])
returns
[ (0.346574,2.35619) , (0.346574,-2.35619) ]