mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef LIBA_FLOAT_H
|
|
#define LIBA_FLOAT_H
|
|
|
|
#define FLT_MAX 1E+37f
|
|
#define FLT_MIN 1E-37f
|
|
#define FLT_EPSILON 1E-5f
|
|
|
|
#endif
|