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 07ab670 commit 0edf6d1Copy full SHA for 0edf6d1
lib/node_modules/@stdlib/math/base/special/cabs/package.json
@@ -71,7 +71,7 @@
71
"scaffold": {
72
"$schema": "math/[email protected]",
73
"base_alias": "cabs",
74
- "alias": "cabs",
+ "alias": "abs",
75
"pkg_desc": "compute the absolute value of a complex number",
76
"desc": "computes the absolute value of a complex number",
77
"short_desc": "absolute value",
@@ -175,6 +175,10 @@
175
{
176
"re": 0.99,
177
"im": -0.99
178
+ },
179
+ {
180
+ "re": 0.43,
181
+ "im": 0.91
182
}
183
]
184
@@ -194,6 +198,7 @@
194
198
"absolute",
195
199
"magnitude",
196
200
"modulus",
201
+ "distance",
197
202
"complex",
203
"cmplx",
204
"number"
0 commit comments