|
float_type | SPUC::sqrt (float_type x) |
| sqrt More...
|
|
float_type | SPUC::cos (float_type x) |
|
complex< float_type > | SPUC::sqrt (complex< float_type > x) |
| sqrt More...
|
|
complex< float_type > | SPUC::sqrt (complex< long > x) |
| sqrt More...
|
|
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. More...
|
|
complex< float_type > | SPUC::exp (complex< float_type > x) |
| complex exponential More...
|
|