Skip to content

Commit ca9ed2b

Browse files
feat: adding the value of ln-half for float16 chores
--- 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: passed - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent aec53a1 commit ca9ed2b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/node_modules/@stdlib/constants/float16/ln-half/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ console.log( FLOAT16_LN_HALF );
6464

6565
## See Also
6666

67-
- <span class="package-name">[`@stdlib/constants/float64/ln-half`][@stdlib/constants/float64/ln-half]</span><span class="delimiter">: </span><span class="description">natural logarithm of 1/2.</span>
67+
- <span class="package-name">[`@stdlib/constants/float32/ln-half`][@stdlib/constants/float32/ln-half]</span><span class="delimiter">: </span><span class="description">natural logarithm of 1/2.</span>
6868

6969
</section>
7070

@@ -78,7 +78,7 @@ console.log( FLOAT16_LN_HALF );
7878

7979
<!-- <related-links> -->
8080

81-
[@stdlib/constants/float64/ln-half]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/ln-half
81+
[@stdlib/constants/float32/ln-half]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-half
8282

8383
<!-- </related-links> -->
8484

lib/node_modules/@stdlib/constants/float16/ln-half/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"directories": {
1818
"doc": "./docs",
1919
"example": "./examples",
20-
"include": "./include",
2120
"lib": "./lib",
2221
"test": "./test"
2322
},

0 commit comments

Comments
 (0)