Quantcast
Channel: Alice, Bob, and Mallory: Infinite ranges in C#
Browsing latest articles
Browse All 3 View Live

"Infinite ranges in C#" by Eric Lippert

Nice! Of course you could just use the predefined constants System.Double.PositiveInfinity and System.Double.NegativeInfinity; no need to define your own.

View Article



"Infinite ranges in C#" by Jonas Elfström

In Ruby 1.9.2 we got Float::INFINITY

View Article

Infinite ranges in C#

I recently learned that C# is compliant with the IEEE 754-1985 for floating point arithmetics. That wasn't a big surprise but that division by zero is defined as Infinity in it was! It actually kind of...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images