amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | clog (complex z) |
Natural logarithm of a complex number. More... | |
Natural logarithm of a complex number.
Definition at line 42 of file clog.c.
References atan2(), cabs(), cimag(), cpack(), creal(), and log().
Referenced by cacos(), cacosh(), cacot(), cacoth(), cacsc(), cacsch(), casec(), casech(), casin(), casinh(), catan(), catanh(), ccbrt(), clog10(), clogb(), and ComplexNumber::Log().