SWDEV-560097 - Fix math API doc for __frcp_rn and __drcp_rn (#1393)
This commit is contained in:
@@ -1339,7 +1339,7 @@ Floating-point Intrinsics
|
||||
| :math:`y \in [-100, 100]`
|
||||
- 0
|
||||
|
||||
* - | ``float __frcp_rn(float x, float y)``
|
||||
* - | ``float __frcp_rn(float x)``
|
||||
| Returns ``1 / x`` in round-to-nearest-even mode.
|
||||
- :math:`x \in [-100, 100]`
|
||||
- 0
|
||||
@@ -1427,7 +1427,7 @@ Floating-point Intrinsics
|
||||
| :math:`y \in [-100, 100]`
|
||||
- 0
|
||||
|
||||
* - | ``double __drcp_rn(double x, double y)``
|
||||
* - | ``double __drcp_rn(double x)``
|
||||
| Returns ``1 / x`` in round-to-nearest-even mode.
|
||||
- :math:`x \in [-100, 100]`
|
||||
- 0
|
||||
|
||||
Reference in New Issue
Block a user