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/xlog1py/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ for ( i = 0; i < 100; i++ ) {
101
101
## See Also
102
102
103
103
- <spanclass="package-name">[`@stdlib/math/base/special/log1p`][@stdlib/math/base/special/log1p]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of 1+x.</span>
104
-
- <spanclass="package-name">[`@stdlib/math/base/special/xlogy`][@stdlib/math/base/special/xlogy]</span><spanclass="delimiter">: </span><spanclass="description">compute `x * ln(y)` so that the result is `0` if `x = 0`.</span>
104
+
- <spanclass="package-name">[`@stdlib/math/base/special/xlogy`][@stdlib/math/base/special/xlogy]</span><spanclass="delimiter">: </span><spanclass="description">compute `x \* ln(y)` so that the result is `0` if `x = 0`.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/log1mexp/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ while ( true ) {
136
136
137
137
## See Also
138
138
139
-
- <spanclass="package-name">[`@stdlib/math/base/special/log1mexp`][@stdlib/math/base/special/log1mexp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of 1-exp(-|x|).</span>
139
+
- <spanclass="package-name">[`@stdlib/math/base/special/log1mexp`][@stdlib/math/base/special/log1mexp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of 1-exp(-\|x\|).</span>
140
140
- <spanclass="package-name">[`@stdlib/math/iter/special/log`][@stdlib/math/iter/special/log]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the base `b` logarithm.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
142
142
- <spanclass="package-name">[`@stdlib/math/iter/special/log1pexp`][@stdlib/math/iter/special/log1pexp]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float32/base/signbit/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
@@ -86,6 +86,12 @@ for ( i = 0; i < 100; i++ ) {
86
86
87
87
<sectionclass="related">
88
88
89
+
* * *
90
+
91
+
## See Also
92
+
93
+
- <spanclass="package-name">[`@stdlib/number/float64/base/signbit`][@stdlib/number/float64/base/signbit]</span><spanclass="delimiter">: </span><spanclass="description">return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float64/base/normalize/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
@@ -228,6 +228,12 @@ int main( void ) {
228
228
229
229
<section class="related">
230
230
231
+
* * *
232
+
233
+
## See Also
234
+
235
+
- <span class="package-name">[`@stdlib/number/float32/base/normalize`][@stdlib/number/float32/base/normalize]</span><span class="delimiter">: </span><span class="description">return a normal number `y` and exponent `exp` satisfying `x = y \* 2^exp`.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/os/platform/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ $ platform
112
112
113
113
## See Also
114
114
115
-
- <spanclass="package-name">[`@stdlib/os/arch`][@stdlib/os/arch]</span><spanclass="delimiter">: </span><spanclass="description">operating system CPU architecture.</span>
115
+
- <spanclass="package-name">[`@stdlib/os/arch`][@stdlib/os/arch]</span><spanclass="delimiter">: </span><spanclass="description">operating system CPU architecture for which the JavaScript runtime binary was compiled.</span>
- <spanclass="package-name">[`@stdlib/random/strided/gamma`][@stdlib/random/strided/gamma]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a gamma distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/invgamma`][@stdlib/random/strided/invgamma]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/randu/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,14 @@ logEach( '%f', x4 );
247
247
248
248
<sectionclass="related">
249
249
250
+
* * *
251
+
252
+
## See Also
253
+
254
+
- <spanclass="package-name">[`@stdlib/random/array/uniform`][@stdlib/random/array/uniform]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a continuous uniform distribution.</span>
255
+
- <spanclass="package-name">[`@stdlib/random/base/randu`][@stdlib/random/base/randu]</span><spanclass="delimiter">: </span><spanclass="description">uniformly distributed pseudorandom numbers between 0 and 1.</span>
256
+
- <spanclass="package-name">[`@stdlib/random/strided/randu`][@stdlib/random/strided/randu]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.</span>
0 commit comments