数值分析所依赖的定义
更多...
#include <vector>
#include <string>
#include <map>
#include <memory>
#include <float.h>
浏览源代码.
|
#define | NA_PI 3.1415926535897932384626433832795 |
| 圆周率 更多...
|
|
#define | NA_2PI 6.283185307179586476925286766559 |
| 二倍圆周率 更多...
|
|
#define | NA_EPS DBL_EPSILON |
| 定义一个极小的正数 smallest such that 1.0+DBL_EPSILON != 1.0 更多...
|
|
#define | NA_EulerNum 2.7182818284590452353602874713526 |
| 数学常数 更多...
|
|
数值分析所依赖的定义
- 日期
- 2021/11/11 18:17
- 作者
- yurutu Contact: 70710.nosp@m.1557.nosp@m.@qq.c.nosp@m.om
TODO: long description
- 注解
在文件 nadef.hpp 中定义.
◆ NA_2PI
#define NA_2PI 6.283185307179586476925286766559 |
◆ NA_EPS
#define NA_EPS DBL_EPSILON |
定义一个极小的正数 smallest such that 1.0+DBL_EPSILON != 1.0
在文件 nadef.hpp 第 40 行定义.
◆ NA_EulerNum
#define NA_EulerNum 2.7182818284590452353602874713526 |
◆ NA_PI
#define NA_PI 3.1415926535897932384626433832795 |
◆ int64
typedef int64_t NANA::int64 |
◆ NAFLOAT
typedef double NANA::NAFLOAT |
◆ Size
◆ Size2d
◆ Size2f
◆ Size2i
◆ Size2l
◆ String
typedef std::string NANA::String |
◆ uint64
typedef uint64_t NANA::uint64 |
◆ isNan()
template<typename _Tp >
bool NANA::isNan |
( |
_Tp |
x | ) |
|
|
inline |