Tagged Questions
-2
votes
1answer
567 views
in Objective-C, value of type double/float can only be NAN, INFINITY, & normal number?
I knew double or float value can be not only normal value(-1.3, 0, 1.0, 2.3) but also NAN and INFINITY in Objective-C.
Is there other special values except for NAN and INFINITY for double/float value ...