amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
double | csgn (complex z) |
Complex signum. More... | |
double csgn | ( | complex | z | ) |
Complex signum.
More info is available at Wikipedia:
https://wikipedia.org/wiki/Sign_function#Complex_signum
Definition at line 38 of file csgn.c.
References cimag(), and creal().
Referenced by ComplexNumber::Signum().