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/cceil/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
@@ -198,7 +198,7 @@ int main( void ) {
198
198
## See Also
199
199
200
200
- <spanclass="package-name">[`@stdlib/math/base/special/cceiln`][@stdlib/math/base/special/cceiln]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward positive infinity.</span>
201
-
- <spanclass="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision complex floating-point number toward negative infinity.</span>
201
+
- <spanclass="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number toward negative infinity.</span>
202
202
- <spanclass="package-name">[`@stdlib/math/base/special/cround`][@stdlib/math/base/special/cround]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number to the nearest integer.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/cround/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
@@ -225,7 +225,7 @@ int main( void ) {
225
225
## See Also
226
226
227
227
- <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>
228
-
- <spanclass="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision complex floating-point number toward negative infinity.</span>
228
+
- <spanclass="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number toward negative infinity.</span>
229
229
- <spanclass="package-name">[`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]</span><spanclass="delimiter">: </span><spanclass="description">round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.</span>
0 commit comments