SimonDanisch / AbstractNumbers.jl

Define your own number types in Julia super easily!
Other
23 stars 5 forks source link

Add `AbstractReal` #20

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

Yeah, this is awful. But this PR may never be merged: https://github.com/JuliaStats/Distributions.jl/pull/1691 and other <: Real limitations exist in the ecosystem. Adding AbstractReal here would be basically identical code to AbstractNumber, but <: Real, and can share most of the code.