Skip to content

Commit 0f93855

Browse files
committed
feat: add base.acotdf 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 83da5c1 commit 0f93855

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
@@ -205,12 +205,27 @@ ns.push({
205205
'type': 'Function',
206206
'related': [
207207
'@stdlib/math/base/special/acot',
208+
'@stdlib/math/base/special/acotdf',
208209
'@stdlib/math/base/special/acoth',
209210
'@stdlib/math/base/special/atand',
210211
'@stdlib/math/base/special/cotd'
211212
]
212213
});
213214

215+
ns.push({
216+
'alias': 'base.acotdf',
217+
'path': '@stdlib/math/base/special/acotdf',
218+
'value': require( '@stdlib/math/base/special/acotdf' ),
219+
'type': 'Function',
220+
'related': [
221+
'@stdlib/math/base/special/acotd',
222+
'@stdlib/math/base/special/acotf',
223+
'@stdlib/math/base/special/acothf',
224+
'@stdlib/math/base/special/atandf',
225+
'@stdlib/math/base/special/cotdf'
226+
]
227+
});
228+
214229
ns.push({
215230
'alias': 'base.acotf',
216231
'path': '@stdlib/math/base/special/acotf',

0 commit comments

Comments
 (0)