Tagged Questions
The infinite-value tag has no wiki summary.
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.