Skip to content

Commit 8f7277a

Browse files
feat: fix the readMe file for ln-half
--- 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: 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ca9ed2b commit 8f7277a

File tree

1 file changed

+2
-16
lines changed
  • lib/node_modules/@stdlib/constants/float16/ln-half

1 file changed

+2
-16
lines changed

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# FLOAT16_LN_HALF
2222

23-
> [Natural logarithm][@stdlib/math/base/special/lnf] of `1/2` as a half-precision floating-point number.
23+
> Natural logarithm of `1/2` as a half-precision floating-point number.
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var FLOAT16_LN_HALF = require( '@stdlib/constants/float16/ln-half' );
3232

3333
#### FLOAT16_LN_HALF
3434

35-
[Natural logarithm][@stdlib/math/base/special/lnf] of `1/2` as a half-precision floating-point number.
35+
Natural logarithm of `1/2` as a half-precision floating-point number.
3636

3737
```javascript
3838
var bool = ( FLOAT16_LN_HALF === -0.693359375 );
@@ -60,12 +60,6 @@ console.log( FLOAT16_LN_HALF );
6060

6161
</section>
6262

63-
<!-- /.examples -->
64-
65-
## See Also
66-
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>
68-
6963
</section>
7064

7165
<!-- /.related -->
@@ -74,14 +68,6 @@ console.log( FLOAT16_LN_HALF );
7468

7569
<section class="links">
7670

77-
[@stdlib/math/base/special/lnf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lnf
78-
79-
<!-- <related-links> -->
80-
81-
[@stdlib/constants/float32/ln-half]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-half
82-
83-
<!-- </related-links> -->
84-
8571
</section>
8672

8773
<!-- /.links -->

0 commit comments

Comments
 (0)