mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
8 lines
97 B
C
8 lines
97 B
C
#ifndef LIBA_FLOAT_H
|
|
#define LIBA_FLOAT_H
|
|
|
|
#define FLT_MAX 1E+37f
|
|
#define FLT_MIN 1E-37f
|
|
|
|
#endif
|