Skip to content

Commit

Permalink
Recategorize the hyperbolic Math functions in the documentation
Browse files Browse the repository at this point in the history
This was pointed out by Damian - the hyperbolic Math functions were listed under
the trigonometry section but really should have their own section

----
Signed-off-by: Lydia Duncan <[email protected]>
  • Loading branch information
lydia-duncan committed Mar 8, 2024
1 parent 6b6beab commit b912e7c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions modules/standard/Math.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,22 @@ Constants
Trigonometric Functions
^^^^^^^^^^^^^^^^^^^^^^^
:proc:`~Math.acos`
:proc:`~Math.acosh`
:proc:`~Math.asin`
:proc:`~Math.asinh`
:proc:`~Math.atan`
:proc:`~Math.atan2`
:proc:`~Math.atanh`
:proc:`~Math.cos`
:proc:`~Math.cosh`
:proc:`~Math.sin`
:proc:`~Math.sinh`
:proc:`~Math.tan`
.. _math-hyperbolic:
Hyperbolic Functions
^^^^^^^^^^^^^^^^^^^^
:proc:`~Math.acosh`
:proc:`~Math.asinh`
:proc:`~Math.atanh`
:proc:`~Math.cosh`
:proc:`~Math.sinh`
:proc:`~Math.tanh`
.. _math-log:
Expand Down

0 comments on commit b912e7c

Please sign in to comment.