| ||
#include <math.h>
Пространства имен | |
namespace | std |
Макросы | |
#define | _RWSTD_C_SCOPE_POW ::powl |
#define | _RWSTD_C_SCOPE_LOG ::logl |
#define | _RWSTD_C_SCOPE_COS ::cosl |
#define | _RWSTD_C_SCOPE_SIN ::sinl |
#define | _RWSTD_C_SCOPE_EXP ::expl |
#define | _RWSTD_C_SCOPE_SQRT ::sqrtl |
#define | _RWSTD_C_SCOPE_ATAN2 ::atan2l |
Функции | |
template<class T> | |
T | std::absl (const complex< T > &a) |
template<class T> | |
T | std::argl (const complex< T > &a) |
template<class T> | |
complex< T > | std::logl (const complex< T > &a) |
template<class T> | |
complex< T > | std::expl (const complex< T > &a) |
template<class T> | |
complex< T > | std::powl (const complex< T > &a, const T &s) |
template<class T> | |
complex< T > | std::powl (const complex< T > &a, int n) |
template<class T> | |
complex< T > | std::powl (const complex< T > &a1, const complex< T > &a2) |
template<class T> | |
complex< T > | std::powl (const T &s, const complex< T > &a) |
#define _RWSTD_C_SCOPE_ATAN2 ::atan2l |
#define _RWSTD_C_SCOPE_COS ::cosl |
#define _RWSTD_C_SCOPE_EXP ::expl |
#define _RWSTD_C_SCOPE_LOG ::logl |
#define _RWSTD_C_SCOPE_POW ::powl |
#define _RWSTD_C_SCOPE_SIN ::sinl |
#define _RWSTD_C_SCOPE_SQRT ::sqrtl |