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/fourth-pi/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,14 @@ Macro for one fourth times the mathematical constant [π][pi].
108
108
109
109
<sectionclass="related">
110
110
111
+
* * *
112
+
113
+
## See Also
114
+
115
+
- <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/constants/float32/max-safe-nth-lucas/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,12 @@ Macro for the maximum [safe][safe-integers] nth [Lucas number][lucas-number] whe
151
151
152
152
<sectionclass="related">
153
153
154
+
* * *
155
+
156
+
## See Also
157
+
158
+
- <spanclass="package-name">[`@stdlib/constants/float64/max-safe-nth-lucas`][@stdlib/constants/float64/max-safe-nth-lucas]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth Lucas number when stored in double-precision floating-point format.</span>
159
+
154
160
</section>
155
161
156
162
<!-- /.related -->
@@ -167,6 +173,8 @@ Macro for the maximum [safe][safe-integers] nth [Lucas number][lucas-number] whe
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float64/high-word-sign-mask/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,14 @@ Macro for the high word mask for the sign bit of a [double-precision floating-po
151
151
152
152
<sectionclass="related">
153
153
154
+
* * *
155
+
156
+
## See Also
157
+
158
+
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-exponent-mask`][@stdlib/constants/float64/high-word-exponent-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for the exponent of a double-precision floating-point number.</span>
159
+
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-significand-mask`][@stdlib/constants/float64/high-word-significand-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for the significand of a double-precision floating-point number.</span>
160
+
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-abs-mask`][@stdlib/constants/float64/high-word-abs-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for excluding the sign bit of a double-precision floating-point number.</span>
161
+
154
162
</section>
155
163
156
164
<!-- /.related -->
@@ -161,6 +169,16 @@ Macro for the high word mask for the sign bit of a [double-precision floating-po
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/csch/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ int main( void ) {
171
171
## See Also
172
172
173
173
- <spanclass="package-name">[`@stdlib/math/base/special/acsch`][@stdlib/math/base/special/acsch]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosecant of a number.</span>
174
+
- <spanclass="package-name">[`@stdlib/math/base/special/csc`][@stdlib/math/base/special/csc]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosecant of a number.</span>
174
175
- <spanclass="package-name">[`@stdlib/math/base/special/coth`][@stdlib/math/base/special/coth]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic cotangent of a number.</span>
175
176
- <spanclass="package-name">[`@stdlib/math/base/special/sinh`][@stdlib/math/base/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic sine of a double-precision floating-point number.</span>
0 commit comments