Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
2k views

Express mathematical infinity in C#

Is it possible to express (mathematical) infinity, positive or negative, in C#? If so, how?
1
vote
7answers
302 views

Is there something that's larger than any numbers in PHP?

I need to simulate a ∞ in PHP. So that min(∞,$number) is always $number.