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/acosd/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ int main( void ) {
182
182
## See Also
183
183
184
184
- <spanclass="package-name">[`@stdlib/math/base/special/acos`][@stdlib/math/base/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a double-precision floating-point number.</span>
185
+
- <spanclass="package-name">[`@stdlib/math/base/special/acosdf`][@stdlib/math/base/special/acosdf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine (in degrees) of a single-precision floating-point number.</span>
185
186
- <spanclass="package-name">[`@stdlib/math/base/special/acosh`][@stdlib/math/base/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosine of a double-precision floating-point number.</span>
186
187
- <spanclass="package-name">[`@stdlib/math/base/special/asind`][@stdlib/math/base/special/asind]</span><spanclass="delimiter">: </span><spanclass="description">compute the arcsine (in degrees) of a double-precision floating-point number.</span>
187
188
- <spanclass="package-name">[`@stdlib/math/base/special/atand`][@stdlib/math/base/special/atand]</span><spanclass="delimiter">: </span><spanclass="description">compute the arctangent (in degrees) of a double-precision floating-point number.</span>
0 commit comments