Skip to content

Commit bba26d6

Browse files
authored
chore: add float32 scalar kernel of log1p in unary function database
PR-URL: #9452 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 15e0b09 commit bba26d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/node_modules/@stdlib/math/special/data/unary_function_database.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,7 @@
18871887
],
18881888
"primary_dtype": "float64",
18891889
"scalar_kernels": {
1890+
"float32": "@stdlib/math/base/special/log1pf",
18901891
"float64": "@stdlib/math/base/special/log1p",
18911892
"generic": "@stdlib/math/base/special/log1p"
18921893
},

0 commit comments

Comments
 (0)