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/max-base2-exponent/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
@@ -124,6 +124,13 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po
124
124
125
125
<sectionclass="related">
126
126
127
+
* * *
128
+
129
+
## See Also
130
+
131
+
- <spanclass="package-name">[`@stdlib/constants/float32/max-base2-exponent-subnormal`][@stdlib/constants/float32/max-base2-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the maximum biased base 2 exponent for a subnormal single-precision floating-point number.</span>
132
+
- <spanclass="package-name">[`@stdlib/constants/float64/max-base2-exponent`][@stdlib/constants/float64/max-base2-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum biased base 2 exponent for a double-precision floating-point number.</span>
133
+
127
134
</section>
128
135
129
136
<!-- /.related -->
@@ -136,6 +143,10 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/asecdf/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
@@ -184,6 +184,13 @@ int main( void ) {
184
184
185
185
<sectionclass="related">
186
186
187
+
* * *
188
+
189
+
## See Also
190
+
191
+
- <spanclass="package-name">[`@stdlib/math/base/special/asec`][@stdlib/math/base/special/asec]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse (arc) secant of a number.</span>
192
+
- <spanclass="package-name">[`@stdlib/math/base/special/asech`][@stdlib/math/base/special/asech]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arcsecant of a number.</span>
- <spanclass="package-name">[`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]</span><spanclass="delimiter">: </span><spanclass="description">compute the base `b` logarithm of a double-precision floating-point number.</span>
170
170
- <spanclass="package-name">[`@stdlib/math/iter/special/log10`][@stdlib/math/iter/special/log10]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.</span>
171
171
- <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>
172
172
- <spanclass="package-name">[`@stdlib/math/iter/special/log2`][@stdlib/math/iter/special/log2]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the binary logarithm for each iterated value.</span>
0 commit comments