Hi everyone,
I looked around docs and forum, but I didn't found the answer myself...
Is there a definition for a cross-platform infinite double? A sort of Q_MAX_DOUBLE...
Thank you in advance
Raccoon29
Printable View
Hi everyone,
I looked around docs and forum, but I didn't found the answer myself...
Is there a definition for a cross-platform infinite double? A sort of Q_MAX_DOUBLE...
Thank you in advance
Raccoon29
see float.h and DBL_MAX & DBL_MIN.
Ok, thank you, it is exactly what I was looking for :)