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/ceilsd/README.md
+1-1Lines changed: 1 addition & 1 deletion
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/ceil`][@stdlib/math/base/special/ceil]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number toward positive infinity.</span>
183
183
- <spanclass="package-name">[`@stdlib/math/base/special/floorsd`][@stdlib/math/base/special/floorsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward negative infinity 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 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