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/math/base/special/floorsd/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ int main( void ) {
181
181
182
182
- <spanclass="package-name">[`@stdlib/math/base/special/ceilsd`][@stdlib/math/base/special/ceilsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward positive infinity with N significant figures.</span>
183
183
- <spanclass="package-name">[`@stdlib/math/base/special/floor`][@stdlib/math/base/special/floor]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number toward negative infinity.</span>
184
-
- <spanclass="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number with N significant figures.</span>
184
+
- <spanclass="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number to the nearest value with N significant figures.</span>
185
185
- <spanclass="package-name">[`@stdlib/math/base/special/truncsd`][@stdlib/math/base/special/truncsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward zero with N significant figures.</span>
0 commit comments