NW4F Sys
Loading...
Searching...
No Matches
math_Constant.h
Go to the documentation of this file.
1#ifndef NW_MATH_CONSTANT_H_
2#define NW_MATH_CONSTANT_H_
3
4#include <types.h>
5
6namespace nw { namespace math {
7
8extern const f32 F_PI;
9extern const u32 I_HALF_ROUND_IDX;
10extern const f32 F_ULP;
11
12} } // namespace nw::math
13
14#endif // NW_MATH_CONSTANT_H_
Definition math_Constant.cpp:5
Definition math_Constant.cpp:5