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/constants/float32/two-pi/README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,14 @@ Macro for The mathematical constant [π][@stdlib/constants/float32/pi] times 2.
108
108
109
109
<sectionclass="related">
110
110
111
+
* * *
112
+
113
+
## See Also
114
+
115
+
- <spanclass="package-name">[`@stdlib/constants/float32/fourth-pi`][@stdlib/constants/float32/fourth-pi]</span><spanclass="delimiter">: </span><spanclass="description">1/4 times π.</span>
116
+
- <spanclass="package-name">[`@stdlib/constants/float32/half-pi`][@stdlib/constants/float32/half-pi]</span><spanclass="delimiter">: </span><spanclass="description">1/2 times π.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/acotf/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,14 @@ int main( void ) {
157
157
158
158
<sectionclass="related">
159
159
160
+
* * *
161
+
162
+
## See Also
163
+
164
+
- <spanclass="package-name">[`@stdlib/math/base/special/acot`][@stdlib/math/base/special/acot]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent.</span>
165
+
- <spanclass="package-name">[`@stdlib/math/base/special/acoth`][@stdlib/math/base/special/acoth]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse hyperbolic cotangent.</span>
166
+
- <spanclass="package-name">[`@stdlib/math/base/special/atanf`][@stdlib/math/base/special/atanf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arctangent of a single-precision floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/strided/special/besselj0-by/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,14 @@ console.log( y );
229
229
230
230
<section class="related">
231
231
232
+
***
233
+
234
+
## See Also
235
+
236
+
-<span class="package-name">[`@stdlib/math/strided/special/besselj1-by`][@stdlib/math/strided/special/besselj1-by]</span><span class="delimiter">:</span><span class="description">compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.</span>
237
+
- <span class="package-name">[`@stdlib/math/strided/special/bessely0-by`][@stdlib/math/strided/special/bessely0-by]</span><span class="delimiter">: </span><span class="description">compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.</span>
238
+
- <span class="package-name">[`@stdlib/math/strided/special/bessely1-by`][@stdlib/math/strided/special/bessely1-by]</span><span class="delimiter">: </span><span class="description">compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/strided/special/dcbrt-by/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,12 @@ console.log( out );
239
239
240
240
<section class="related">
241
241
242
+
***
243
+
244
+
## See Also
245
+
246
+
-<span class="package-name">[`@stdlib/math/strided/special/cbrt`][@stdlib/math/strided/special/cbrt]</span><span class="delimiter">:</span><span class="description">compute the cube root of each element in a strided array.</span>
- <spanclass="package-name">[`@stdlib/ndarray/to-json`][@stdlib/ndarray/to-json]</span><spanclass="delimiter">: </span><spanclass="description">serialize an ndarray as a JSON object.</span>
0 commit comments