We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This behavior is inconsistent with, e.g., Float64, which gives log1p(Inf) == Inf. I think this may just be a typo in
Float64
log1p(Inf) == Inf
DoubleFloats.jl/src/math/elementary/explog.jl
Line 262 in 9e9d5b3
Presumably, that line should end with x, like in the log function defined just before it:
x
log
Line 249 in 9e9d5b3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This behavior is inconsistent with, e.g.,
Float64
, which giveslog1p(Inf) == Inf
. I think this may just be a typo inDoubleFloats.jl/src/math/elementary/explog.jl
Line 262 in 9e9d5b3
Presumably, that line should end with
x
, like in thelog
function defined just before it:DoubleFloats.jl/src/math/elementary/explog.jl
Line 249 in 9e9d5b3
The text was updated successfully, but these errors were encountered: