3 lines
129 B
Text
3 lines
129 B
Text
inf(Float64) # 64-bit Inf
|
|
inf(Float32) # 32-bit Inf32
|
|
inf(BigFloat) # infinity for arbitrary-precision floating-point arithmetic
|