From d089ff6b53abdc9ec9097d1781bce7fe3b123060 Mon Sep 17 00:00:00 2001 From: GUNJ JOSHI Date: Wed, 31 Dec 2025 13:53:13 +0530 Subject: [PATCH] chore: add float32 scalar kernel of log1p in db --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/math/special/data/unary_function_database.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/math/special/data/unary_function_database.json b/lib/node_modules/@stdlib/math/special/data/unary_function_database.json index 82d64a34c04e..4218d12f0ec0 100644 --- a/lib/node_modules/@stdlib/math/special/data/unary_function_database.json +++ b/lib/node_modules/@stdlib/math/special/data/unary_function_database.json @@ -1887,6 +1887,7 @@ ], "primary_dtype": "float64", "scalar_kernels": { + "float32": "@stdlib/math/base/special/log1pf", "float64": "@stdlib/math/base/special/log1p", "generic": "@stdlib/math/base/special/log1p" },