amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | cexp (complex z) |
Returns e to the power of a complex number. More... | |
Returns e to the power of a complex number.
Definition at line 42 of file cexp.c.
References cimag(), cos(), cpack(), creal(), exp(), and sin().
Referenced by ccbrt().