Skip to content

Commit d5e319b

Browse files
committed
chore: use correct output policy
--- 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 6a4f52a commit d5e319b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
}
124124
],
125-
"output_policy": "same",
125+
"output_policy": "real_floating_point_and_generic",
126126
"returns": {
127127
"desc": "arccosine (in radians)",
128128
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
]
120120
}
121121
],
122-
"output_policy": "same",
122+
"output_policy": "real_floating_point_and_generic",
123123
"returns": {
124124
"desc": "arccosine (in degrees)",
125125
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
]
120120
}
121121
],
122-
"output_policy": "same",
122+
"output_policy": "real_floating_point_and_generic",
123123
"returns": {
124124
"desc": "arccosine (in degrees)",
125125
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
}
124124
],
125-
"output_policy": "same",
125+
"output_policy": "real_floating_point_and_generic",
126126
"returns": {
127127
"desc": "arccosine (in radians)",
128128
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
]
127127
}
128128
],
129-
"output_policy": "same",
129+
"output_policy": "real_floating_point_and_generic",
130130
"returns": {
131131
"desc": "hyperbolic arccosine",
132132
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
]
124124
}
125125
],
126-
"output_policy": "same",
126+
"output_policy": "real_floating_point_and_generic",
127127
"returns": {
128128
"desc": "inverse cotangent (in radians)",
129129
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
]
122122
}
123123
],
124-
"output_policy": "same",
124+
"output_policy": "real_floating_point_and_generic",
125125
"returns": {
126126
"desc": "inverse cotangent (in degrees)",
127127
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
]
122122
}
123123
],
124-
"output_policy": "same",
124+
"output_policy": "real_floating_point_and_generic",
125125
"returns": {
126126
"desc": "inverse cotangent (in degrees)",
127127
"type": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
]
121121
}
122122
],
123-
"output_policy": "same",
123+
"output_policy": "real_floating_point_and_generic",
124124
"returns": {
125125
"desc": "inverse cotangent (in radians)",
126126
"type": {

0 commit comments

Comments
 (0)