Skip to content

Commit 986435c

Browse files
authoredApr 3, 2024··
[libc] Move {f,d}sqrt to higher functions in docs (#87445)
Moves the functions `fsqrt()` and `dsqrt()` from basic functions to higher math functions in math docs
1 parent 93c16e7 commit 986435c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎libc/docs/math/index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ Basic Operations
124124
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
125125
| dsub | N/A | N/A | | N/A | | 7.12.14.2 | F.10.11 |
126126
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
127-
| dsqrt | N/A | N/A | | N/A | | 7.12.14.6 | F.10.11 |
128-
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
129127
| fabs | |check| | |check| | |check| | | |check| | 7.12.7.3 | F.10.4.3 |
130128
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
131129
| fadd | N/A | | | N/A | | 7.12.14.1 | F.10.11 |
@@ -170,8 +168,6 @@ Basic Operations
170168
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
171169
| fsub | N/A | | | N/A | | 7.12.14.2 | F.10.11 |
172170
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
173-
| fsqrt | N/A | | | N/A | | 7.12.14.6 | F.10.11 |
174-
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
175171
| ilogb | |check| | |check| | |check| | | |check| | 7.12.6.8 | F.10.3.8 |
176172
+------------------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
177173
| ldexp | |check| | |check| | |check| | | |check| | 7.12.6.9 | F.10.3.9 |
@@ -260,6 +256,8 @@ Higher Math Functions
260256
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
261257
| cospi | | | | | | 7.12.4.12 | F.10.1.12 |
262258
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
259+
| dsqrt | N/A | N/A | | N/A | | 7.12.14.6 | F.10.11 |
260+
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
263261
| erf | |check| | | | | | 7.12.8.1 | F.10.5.1 |
264262
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
265263
| erfc | | | | | | 7.12.8.2 | F.10.5.2 |
@@ -278,6 +276,8 @@ Higher Math Functions
278276
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
279277
| fma | |check| | |check| | | | | 7.12.13.1 | F.10.10.1 |
280278
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
279+
| fsqrt | N/A | | | N/A | | 7.12.14.6 | F.10.11 |
280+
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
281281
| hypot | |check| | |check| | | | | 7.12.7.4 | F.10.4.4 |
282282
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
283283
| lgamma | | | | | | 7.12.8.3 | F.10.5.3 |

0 commit comments

Comments
 (0)
Please sign in to comment.