Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion document/core/exec/numerics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1058,12 +1058,14 @@ This non-deterministic result is expressed by the following auxiliary function p

* If :math:`z` is a NaN, then return an element of :math:`\nans_N\{z\}`.

* Else if :math:`z` has a negative sign, then return an element of :math:`\nans_N\{\}`.
* Else if :math:`z` is negative infinity, then return an element of :math:`\nans_N\{\}`.

* Else if :math:`z` is positive infinity, then return positive infinity.

* Else if :math:`z` is a zero, then return that zero.

* Else if :math:`z` has a negative sign, then return an element of :math:`\nans_N\{\}`.

* Else return the square root of :math:`z`.

.. math::
Expand Down