mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2025-08-02 22:51:11 +00:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef _FLOAT_H
|
|
#define _FLOAT_H
|
|
|
|
#define FLT_MAX 3.402823466e+38F
|
|
#define DBL_MAX 1.7976931348623158e+308
|
|
|
|
#endif
|