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/cabsf/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,14 @@ int main( void ) {
201
201
202
202
<sectionclass="related">
203
203
204
+
* * *
205
+
206
+
## See Also
207
+
208
+
- <spanclass="package-name">[`@stdlib/math/base/special/cabs`][@stdlib/math/base/special/cabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the absolute value of a double-precision complex floating-point number.</span>
209
+
- <spanclass="package-name">[`@stdlib/math/base/special/cabs2f`][@stdlib/math/base/special/cabs2f]</span><spanclass="delimiter">: </span><spanclass="description">compute the squared absolute value of a single-precision complex floating-point number.</span>
210
+
- <spanclass="package-name">[`@stdlib/math/base/special/absf`][@stdlib/math/base/special/absf]</span><spanclass="delimiter">: </span><spanclass="description">compute the absolute value of a single-precision floating-point number.</span>
0 commit comments