We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3e2a8 commit b18198eCopy full SHA for b18198e
lib/node_modules/@stdlib/math/base/special/cceil/package.json
@@ -72,9 +72,9 @@
72
"$schema": "math/[email protected]",
73
"base_alias": "ceil",
74
"alias": "cceil",
75
- "pkg_desc": "round each component of a double-precision complex floating-point number toward positive infinity",
76
- "desc": "rounds each component of a double-precision complex floating-point number toward positive infinity",
77
- "short_desc": "complex ceil",
+ "pkg_desc": "round each component of a complex number toward positive infinity",
+ "desc": "rounds each component of a complex number toward positive infinity",
+ "short_desc": "",
78
"parameters": [
79
{
80
"name": "z",
0 commit comments