#include <VrComplex.h>
#include <cmath>
Functions | |
VrComplex | cos (const VrComplex &x) |
VrComplex | cosh (const VrComplex &x) |
VrComplex | exp (const VrComplex &x) |
VrComplex | log (const VrComplex &x) |
VrComplex | pow (const VrComplex &x, const VrComplex &y) |
VrComplex | pow (const VrComplex &x, float y) |
VrComplex | pow (float x, const VrComplex &y) |
VrComplex | sin (const VrComplex &x) |
VrComplex | sinh (const VrComplex &x) |
istream & | operator>> (istream &is, VrComplex &x) |
ostream & | operator<< (ostream &os, const VrComplex &x) |
VrComplex | operator/ (const VrComplex &x, const VrComplex &y) |
VrComplex | operator/ (float x, const VrComplex &y) |
VrComplex | pow (const VrComplex &xin, int y) |
VrComplex | sqrt (const VrComplex &x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|