Skip to content

Commit

Permalink
Add fma to Math docs index (chapel-lang#23586)
Browse files Browse the repository at this point in the history
Adds the newly added `fma` function to the list of Math functions at the
top of the Math module.

Tested `test/library/standard/Math/docs` locally

[Reviewed by @lydia-duncan]
  • Loading branch information
jabraham17 authored Oct 5, 2023
2 parents ce3f92e + b5a531c commit 2e0d01e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/standard/Math.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ Bessel Functions
:proc:`~Math.y1`
:proc:`~Math.yn`
.. _math-optimization:
Optimization Functions
^^^^^^^^^^^^^^^^^^^^^^
:proc:`~Math.fma`
.. _automath-constant-and-function-definitions:
Automatically Included Constant and Function Definitions
Expand Down

0 comments on commit 2e0d01e

Please sign in to comment.