Skip to content

Commit

Permalink
Recategorize the hyperbolic Math functions in the documentation (chap…
Browse files Browse the repository at this point in the history
…el-lang#24569)

[reviewed by @jabraham17]

This was pointed out by Damian - the hyperbolic Math functions were
listed under the trigonometry section but really should have their own
section

Verified the built docs looked good and that
`test/library/standard/Math/docs/usemath.doc.chpl` still passes
  • Loading branch information
lydia-duncan authored Mar 11, 2024
2 parents aecd193 + b912e7c commit f48bfb6
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 f48bfb6

Please sign in to comment.