#include <spuc/spuc_math.h>Include dependency graph for spuc_math.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| float_type | SPUC::sqrt (float_type x) |
| sqrt | |
| float_type | SPUC::cos (float_type x) |
| complex< float_type > | SPUC::sqrt (complex< float_type > x) |
| sqrt | |
| complex< float_type > | SPUC::sqrt (complex< long > x) |
| sqrt | |
| float_type | SPUC::coshin (float_type x) |
| float_type | SPUC::arccos (float_type x) |
| float_type | SPUC::cosh (float_type x) |
| float_type | SPUC::sinh (float_type x) |
| complex< float_type > | SPUC::cos (complex< float_type > x) |
| complex< float_type > | SPUC::polar (float_type amp, float_type arg) |
| Polar to rectangular conversion. | |
| complex< float_type > | SPUC::exp (complex< float_type > x) |
| complex exponential | |
1.4.7