You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/acosdf/README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,14 @@ int main( void ) {
178
178
179
179
<sectionclass="related">
180
180
181
+
* * *
182
+
183
+
## See Also
184
+
185
+
- <spanclass="package-name">[`@stdlib/math/base/special/acosd`][@stdlib/math/base/special/acosd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine (in degrees) of a double-precision floating-point number.</span>
186
+
- <spanclass="package-name">[`@stdlib/math/base/special/acosf`][@stdlib/math/base/special/acosf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a single-precision floating-point number.</span>
187
+
- <spanclass="package-name">[`@stdlib/math/base/special/asindf`][@stdlib/math/base/special/asindf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arcsine (in degrees) of a single-precision floating-point number.</span>
0 commit comments