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-two/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,13 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin
118
118
119
119
<sectionclass="related">
120
120
121
+
* * *
122
+
123
+
## See Also
124
+
125
+
- <spanclass="package-name">[`@stdlib/constants/float32/ln-ten`][@stdlib/constants/float32/ln-ten]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of `10` as a single-precision floating-point number.</span>
126
+
- <spanclass="package-name">[`@stdlib/constants/float64/ln-two`][@stdlib/constants/float64/ln-two]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of 2.</span>
127
+
121
128
</section>
122
129
123
130
<!-- /.related -->
@@ -130,6 +137,10 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single-
120
120
121
121
<sectionclass="related">
122
122
123
+
* * *
124
+
125
+
## See Also
126
+
127
+
- <spanclass="package-name">[`@stdlib/constants/float32/sqrt-three`][@stdlib/constants/float32/sqrt-three]</span><spanclass="delimiter">: </span><spanclass="description">square root of 3 as a single-precision floating-point number.</span>
128
+
- <spanclass="package-name">[`@stdlib/constants/float64/sqrt-two`][@stdlib/constants/float64/sqrt-two]</span><spanclass="delimiter">: </span><spanclass="description">square root of 2.</span>
129
+
123
130
</section>
124
131
125
132
<!-- /.related -->
@@ -132,6 +139,10 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single-
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/cround/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ int main( void ) {
224
224
225
225
## See Also
226
226
227
-
- <spanclass="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision complex floating-point number toward positive infinity.</span>
227
+
- <spanclass="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number toward positive infinity.</span>
228
228
- <spanclass="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision complex floating-point number toward negative infinity.</span>
229
229
- <spanclass="package-name">[`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.</span>
0 commit comments