Infinity -package:logfloat
A representation of infinity
infinity is defined for any
Field.
>>> one / zero + infinity
Infinity
>>> infinity + 1
Infinity
Infinity for
Double and
Float. Surprisingly, Haskell
Prelude doesn't have this value defined, so we provide it here.
An infinite floating-point quantity.
The infinite natural number.
Infinity value if the type supports it.
Not on Stackage, so not searched.
If we have an edge X + n <= X (with n >= 0), we must
set X = oo.
Check if a
Point is the point at infinity
Check if a point is the point at infinity.