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-safe-nth-fibonacci/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,12 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
148
148
149
149
<sectionclass="related">
150
150
151
+
* * *
152
+
153
+
## See Also
154
+
155
+
- <spanclass="package-name">[`@stdlib/constants/float64/max-safe-nth-fibonacci`][@stdlib/constants/float64/max-safe-nth-fibonacci]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth Fibonacci number when stored in double-precision floating-point format.</span>
156
+
151
157
</section>
152
158
153
159
<!-- /.related -->
@@ -164,6 +170,8 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/cceilf/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ int main( void ) {
176
176
177
177
## See Also
178
178
179
-
- <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>
179
+
- <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>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/strided/base/dtype-resolve-enum/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,12 @@ v = resolve( 'uint8' );
129
129
130
130
<sectionclass="related">
131
131
132
+
* * *
133
+
134
+
## See Also
135
+
136
+
- <spanclass="package-name">[`@stdlib/strided/base/dtype-resolve-str`][@stdlib/strided/base/dtype-resolve-str]</span><spanclass="delimiter">: </span><spanclass="description">return the data type string associated with a supported strided array data type value.</span>
0 commit comments