+ 6
They are the maximum and minimum normalized limits of the fundamental data type structure 'float' in C and C++. They are found in the header <cfloat>(float.h) and are simply intended for use as constants. FLT_MIN = 1.17e-38 FLT_MAX = 3.402e+38 For more info on the header: www.cplusplus.com/reference/cfloat/
21st Nov 2017, 10:30 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar