mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 14:48:32 -04:00
Bringing in lib stuff (probably will need edits?)
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
|
||||
#include "MSL_C/MSL_Common/Src/float.h"
|
||||
|
||||
#define FLT_MAX (*(float*)__float_max)
|
||||
#define FLT_EPSILON (*(float*)__float_epsilon)
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user