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/acotdf/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,13 @@ int main( void ) {
155
155
156
156
<sectionclass="related">
157
157
158
+
* * *
159
+
160
+
## See Also
161
+
162
+
- <spanclass="package-name">[`@stdlib/math/base/special/acotd`][@stdlib/math/base/special/acotd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccotangent (in degrees) of a double-precision floating-point number.</span>
163
+
- <spanclass="package-name">[`@stdlib/math/base/special/acotf`][@stdlib/math/base/special/acotf]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a single-precision floating-point number.</span>
0 commit comments