What is the Objective-C equivalent of Double.NaN from Java? I’ve got a function that returns a double, but it has two cases where it can return Double.NaN. How would I implement that in Objective-C?
What is the Objective-C equivalent of Double.NaN from Java? I’ve got a function that
Share
Pretty simple. 🙂