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/number/float32/base/identity/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ int main( void ) {
195
195
196
196
## See Also
197
197
198
-
- <spanclass="package-name">[`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function for a single-precision floating-point number.</span>
198
+
- <spanclass="package-name">[`@stdlib/number/float64/base/identity`][@stdlib/number/float64/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function for a double-precision floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float64/base/identity/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,12 @@ int main( void ) {
191
191
192
192
<sectionclass="related">
193
193
194
+
* * *
195
+
196
+
## See Also
197
+
198
+
- <spanclass="package-name">[`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function for a single-precision floating-point number.</span>
0 commit comments