Skip to content

Commit c0c7d10

Browse files
committed
Add missing fast functions to API documentation
1 parent 4d3d356 commit c0c7d10

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/build_api.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,14 @@ def build_index_page(groups):
189189
"sin",
190190
"sinh",
191191
("sqrt", "sqrt(const V&)"),
192+
"rsqrt",
192193
"tan",
193194
"tanh",
194195
"tgamma",
195-
"trunc",
196+
"rcp",
196197
"rint",
197-
"rsqrt",
198198
"round",
199+
"trunc",
199200
"signbit",
200201
"isinf",
201202
"isnan",
@@ -206,6 +207,9 @@ def build_index_page(groups):
206207
"fast_cos",
207208
"fast_sin",
208209
"fast_tan",
210+
"fast_rcp",
211+
"fast_sqrt",
212+
"fast_rsqrt",
209213
"fast_div",
210214
],
211215
"Conditional": [

0 commit comments

Comments
 (0)