OiO.lk Blog C# Where is the FLT_MAX macro defined?
C#

Where is the FLT_MAX macro defined?


I tried looking at the float.h header file and all I found was

#  define FLT32_MAX FLT_MAX

However, shouldn’t it be

#  define FLT_MAX (some number)

but I can’t find this kind of definition and so I wonder where would the defintion of the FLT_MAX macro be?



You need to sign in to view this answers

Exit mobile version