Skip to content

Commit 049ef05

Browse files
committed
fix: replace pow with expm1 dependency in triangular/mgf benchmark and examples
--- 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 d440f55 commit 049ef05

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/triangular/mgf

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/mgf/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@stdlib/math/base/assert/is-nan",
6060
"@stdlib/constants/float64/eps",
6161
"@stdlib/math/base/special/exp",
62-
"@stdlib/math/base/special/pow"
62+
"@stdlib/math/base/special/expm1"
6363
]
6464
},
6565
{
@@ -77,7 +77,7 @@
7777
"@stdlib/math/base/assert/is-nan",
7878
"@stdlib/constants/float64/eps",
7979
"@stdlib/math/base/special/exp",
80-
"@stdlib/math/base/special/pow"
80+
"@stdlib/math/base/special/expm1"
8181
]
8282
}
8383
]

0 commit comments

Comments
 (0)