Files
Upsilon/liba/include/float.h
Émilie Feral cfa645a1e9 [liba] Add a constant representing the minimum float
Change-Id: I47c90687007dc4307089f2fe26658ce26c2e56ce
2017-01-15 20:08:01 +01:00

8 lines
97 B
C

#ifndef LIBA_FLOAT_H
#define LIBA_FLOAT_H
#define FLT_MAX 1E+37f
#define FLT_MIN 1E-37f
#endif