Skip to content
New issue

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

Problem with some hyperbolic functions #291

Closed
sherrinm opened this issue Apr 11, 2015 · 2 comments
Closed

Problem with some hyperbolic functions #291

sherrinm opened this issue Apr 11, 2015 · 2 comments

Comments

@sherrinm
Copy link

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(π)

@stevengj
Copy link
Member

This is a Julia issue, not an IJulia issue. See JuliaLang/julia#5561 and JuliaLang/julia#7994

@sherrinm
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants