Skip to content

Commit 2cc6f3d

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 4736a94 commit 2cc6f3d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/node_modules/@stdlib/math/special/scripts/function_database.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
}
7171
},
7272
"abs": {
73-
"input_dtypes": "real_and_generic",
73+
"input_dtypes": "numeric_and_generic",
7474
"output_dtypes": "real_and_generic",
75-
"output_policy": "same",
75+
"output_policy": "real_and_generic",
7676
"excluded_dtypes": [ "float16", "int64", "uint64" ],
7777
"scalar_kernels": {
7878
"int8": "@stdlib/math/base/special/labs",
@@ -83,7 +83,9 @@
8383
"uint32": "@stdlib/number/uint32/base/identity",
8484
"float32": "@stdlib/math/base/special/absf",
8585
"float64": "@stdlib/math/base/special/abs",
86-
"generic": "@stdlib/math/base/special/abs"
86+
"generic": "@stdlib/math/base/special/abs",
87+
"complex128": "@stdlib/math/base/special/cabs",
88+
"complex64": "@stdlib/math/base/special/cabsf"
8789
}
8890
}
8991
}

0 commit comments

Comments
 (0)