Skip to content

Commit 030c100

Browse files
committed
docs: revert unwanted changes in package.json
--- 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 e759e6e commit 030c100

File tree

1 file changed

+8
-11
lines changed
  • lib/node_modules/@stdlib/math/base/special/sqrtf

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@stdlib/math/base/special/cceil",
2+
"name": "@stdlib/math/base/special/sqrtf",
33
"version": "0.0.0",
4-
"description": "Round each component of a double-precision complex floating-point number toward positive infinity.",
4+
"description": "Compute the principal square root of a single-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -56,15 +56,12 @@
5656
"stdmath",
5757
"mathematics",
5858
"math",
59-
"math.ceil",
60-
"ceil",
61-
"cceil",
62-
"round",
63-
"integer",
64-
"nearest",
65-
"value",
66-
"complex",
67-
"cmplx",
59+
"math.sqrtf",
60+
"sqrtf",
61+
"principal",
62+
"square",
63+
"root",
64+
"power",
6865
"number"
6966
],"__stdlib__": {
7067
"scaffold": {

0 commit comments

Comments
 (0)