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