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
julia> 1/cosh(π) 0.08626673833405443
julia> sech(π) ERROR: convert has no method matching convert(::Type{MathConst{:π}}, ::Int64) in sech at special/trig.jl:101
convert
julia> sech(1.0π) 0.08626673833405443
julia> # Similar for csch(π) and coth(π)
The text was updated successfully, but these errors were encountered:
This is a Julia issue, not an IJulia issue. See JuliaLang/julia#5561 and JuliaLang/julia#7994
Sorry, something went wrong.
Sorry posted it to the wrong group
On 11 April 2015 at 14:40, Steven G. Johnson [email protected] wrote:
Closed #291 #291. — Reply to this email directly or view it on GitHub #291 (comment).
Closed #291 #291.
— Reply to this email directly or view it on GitHub #291 (comment).
No branches or pull requests
julia> 1/cosh(π)
0.08626673833405443
julia> sech(π)
ERROR:
convert
has no method matching convert(::Type{MathConst{:π}}, ::Int64)in sech at special/trig.jl:101
julia> sech(1.0π)
0.08626673833405443
julia> # Similar for csch(π) and coth(π)
The text was updated successfully, but these errors were encountered: