Is there an intended way to assign the value of infinity to a double?
I can produce the value from the expression 1/0, but I was wondering if there is some intended way to specifically return that value so that I can assign a double to that value. Something like "double.inf" or some kind of Global Macro (like INT_MAX).