What is the max. value of a double/float on iOS?

tadejsv picture tadejsv · Jan 16, 2011 · Viewed 34.8k times · Source

What are the values of a double/float on iOS, or the file that they're defined in? Or a macro, like INT_MAX?

Answer

Jesse Rusak picture Jesse Rusak · Jan 16, 2011

I believe it's in <float.h>: FLT_MAX, DBL_MAX, etc.