JuliaMath / JuliaMath/Infinities.jl

Add IntegerInfinity

Open
#9 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.