Skip to content

Commit

Permalink
Merge pull request JuliaLang#4460 from magistere/master
Browse files Browse the repository at this point in the history
Add inverse hyperbolic sine, cosine and tangent functions
  • Loading branch information
pao committed Oct 9, 2013
2 parents 859d9b3 + 5da85d0 commit 29454ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/manual/mathematical-operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ All the standard trigonometric and hyperbolic functions are also defined::
sin cos tan cot sec csc
sinh cosh tanh coth sech csch
asin acos atan acot asec acsc
sinc cosc atan2 acoth asech acsch
asinh acosh atanh acoth asech acsch
sinc cosc atan2

These are all single-argument functions, with the exception of
`atan2 <http:https://en.wikipedia.org/wiki/Atan2>`_, which gives the angle
Expand Down

0 comments on commit 29454ed

Please sign in to comment.