Skip to content

Commit 4fe3545

Browse files
committed
chore: update metadata
--- 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: passed - 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent c42828e commit 4fe3545

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

lib/node_modules/@stdlib/math/base/special/expf/package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/math/base/special/expf",
33
"version": "0.0.0",
4-
"description": "Evaluates the natural exponential function as a single-precision floating-point number.",
4+
"description": "Evaluates the natural exponential function for a single-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -60,22 +60,22 @@
6060
"special",
6161
"function",
6262
"math.exp",
63+
"exp",
6364
"expf",
6465
"natural",
6566
"exponential",
6667
"euler",
6768
"power",
68-
"float",
6969
"number"
7070
],
7171
"__stdlib__": {
7272
"scaffold": {
7373
"$schema": "math/[email protected]",
74-
"base_alias": "expf",
74+
"base_alias": "exp",
7575
"alias": "expf",
76-
"pkg_desc": "evaluate the natural exponential function as a single-precision floating-point number",
77-
"desc": "evaluates the natural exponential function as a single-precision floating-point number",
78-
"short_desc": "natural exponential function (single-precision)",
76+
"pkg_desc": "evaluate the natural exponential function",
77+
"desc": "evaluates the natural exponential function",
78+
"short_desc": "natural exponential function",
7979
"parameters": [
8080
{
8181
"name": "x",
@@ -123,6 +123,7 @@
123123
]
124124
}
125125
],
126+
"output_policy": "real_floating_point_and_generic",
126127
"returns": {
127128
"desc": "function value",
128129
"type": {
@@ -133,9 +134,11 @@
133134
}
134135
},
135136
"keywords": [
137+
"exp",
138+
"expf",
136139
"natural",
137140
"exponential",
138-
"expf",
141+
"euler",
139142
"power"
140143
],
141144
"extra_keywords": [

0 commit comments

Comments
 (0)