julia
0c2a7a80
- Fix `rationalize(T, x::Integer)` with `x` negative and `T` unsigned (#61058)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
Fix `rationalize(T, x::Integer)` with `x` negative and `T` unsigned (#61058) Was overflowing silently. Throw instead to make the function behavior consistent regardless of the typeof x.
References
#61058 - Fix `rationalize(T, x::Integer)` with `x` negative and `T` unsigned
Author
lvlte
Parents
60536b2e
Loading