3 lines
78 B
Scala
3 lines
78 B
Scala
|
|
val inf = Double.PositiveInfinity //defined as 1.0/0.0
|
||
|
|
inf.isInfinite; //true
|