JuliaMath / JuliaMath/Infinities.jl
Add IntegerInfinity
Open
- Dominant language
- Julia
- Stars
- 22
- Forks
- 10
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 7
Description
I think we could use more type:
```julia
struct IntegerInfinity <: Integer
signbit::Bool
end
```
This will be almost identical to `RealInfinity` but confirm to the `Integer` interface, and can be viewed as the limit of integers.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.