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/ln-ten/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ Macro for the [natural logarithm][@stdlib/math/base/special/ln] of `10` as a sin
124
124
125
125
## See Also
126
126
127
-
- <spanclass="package-name">[`@stdlib/constants/float32/ln-two`][@stdlib/constants/float32/ln-two]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of single-precision floating-point number 2.</span>
127
+
- <spanclass="package-name">[`@stdlib/constants/float32/ln-two`][@stdlib/constants/float32/ln-two]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of 2 as a single-precision floating-point number.</span>
128
+
- <spanclass="package-name">[`@stdlib/constants/float64/ln-ten`][@stdlib/constants/float64/ln-ten]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of 10.</span>
128
129
129
130
</section>
130
131
@@ -140,6 +141,8 @@ Macro for the [natural logarithm][@stdlib/math/base/special/ln] of `10` as a sin
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/strided/special/atanh-by/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,12 @@ 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/atan-by`][@stdlib/math/strided/special/atan-by]</span><span class="delimiter">:</span><span class="description">compute the arctangent of each element retrieved from an input strided array via a callback function.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/index/README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,7 @@ var o = idx.toJSON();
474
474
}
475
475
```
476
476
477
-
will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
477
+
will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
- <span class="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><span class="delimiter">: </span><span class="description">return a read-only view of an input ndarray.</span>
585
+
- <span class="package-name">[`@stdlib/ndarray/to-fancy`][@stdlib/ndarray/to-fancy]</span><span class="delimiter">: </span><span class="description">convert an ndarray to an object supporting fancy indexing.</span>
0 commit comments