Skip to content

Commit 533d3a3

Browse files
committed
feat: add base.acosdf to namespace
--- 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: passed - 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 69c0f30 commit 533d3a3

File tree

1 file changed

+15
-0
lines changed
  • lib/node_modules/@stdlib/namespace/lib/namespace/base

1 file changed

+15
-0
lines changed

lib/node_modules/@stdlib/namespace/lib/namespace/base/a.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,27 @@ ns.push({
140140
'type': 'Function',
141141
'related': [
142142
'@stdlib/math/base/special/acos',
143+
'@stdlib/math/base/special/acosdf',
143144
'@stdlib/math/base/special/acosh',
144145
'@stdlib/math/base/special/asind',
145146
'@stdlib/math/base/special/atand'
146147
]
147148
});
148149

150+
ns.push({
151+
'alias': 'base.acosdf',
152+
'path': '@stdlib/math/base/special/acosdf',
153+
'value': require( '@stdlib/math/base/special/acosdf' ),
154+
'type': 'Function',
155+
'related': [
156+
'@stdlib/math/base/special/acosd',
157+
'@stdlib/math/base/special/acosf',
158+
'@stdlib/math/base/special/acoshf',
159+
'@stdlib/math/base/special/asindf',
160+
'@stdlib/math/base/special/atandf'
161+
]
162+
});
163+
149164
ns.push({
150165
'alias': 'base.acosf',
151166
'path': '@stdlib/math/base/special/acosf',

0 commit comments

Comments
 (0)