mirror of
https://github.com/encounter/ss.git
synced 2026-03-30 11:38:52 -07:00
14 lines
231 B
C
14 lines
231 B
C
|
|
#ifndef MSL_FLOAT_H_
|
|
#define MSL_FLOAT_H_
|
|
|
|
#include "MSL_C/MSL_Common/Src/float.h"
|
|
|
|
#define FLT_MAX 3.402823466e+38f
|
|
#define FLT_EPSILON 1.192092896e-07f
|
|
#define FLT_MIN 1.175494351e-38f
|
|
|
|
#define DBL_EPSILON 1.1920929e-07
|
|
|
|
#endif
|