Questions tagged [infinite-value]
3 questions
30
votes
5 answers
Express mathematical infinity in C#
Is it possible to express (mathematical) infinity, positive or negative, in C#? If so, how?

Alex
- 75,813
- 86
- 255
- 348
5
votes
9 answers
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.

user198729
- 61,774
- 108
- 250
- 348
0
votes
3 answers
R locating finite values in dataset
I have a dataset where I have filtered out the NA values and plan to fit a general linear model to predict stuff.
However when I do this:
model<-bayesglm(total_score ~ ., data=traint)
I get the following error:
Error in lm.fit(x =…

johnny utah
- 269
- 3
- 17