mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Add a double-precision libm
Change-Id: I3d0b5393eaaec3e01529e739535512c07f41a088
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#ifndef LIBA_FLOAT_H
|
||||
#define LIBA_FLOAT_H
|
||||
|
||||
#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
|
||||
|
||||
#define FLT_MAX 1E+37f
|
||||
#define FLT_MIN 1E-37f
|
||||
#define FLT_EPSILON 1E-5f
|
||||
|
||||
#define LDBL_MANT_DIG (-1)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user