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/truncsd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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/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/trunc`][@stdlib/math/base/special/trunc]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number toward zero.</span>
0 commit comments