amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | ccbrt (complex z) |
Cube root of complex number. More... | |
Cube root of complex number.
cbrt z = exp(1/3 * log(z))
More info is available at Wikipedia:
https://wikipedia.org/wiki/Cube_root
Definition at line 41 of file ccbrt.c.
References cexp(), clog(), cmul(), and cpack().
Referenced by ComplexNumber::CubeRoot().