Skip to content

Commit 2230883

Browse files
feat: fix the readMe file for ln-ten
--- 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 ab2f849 commit 2230883

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/ln-ten

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

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

2121
# FLOAT16_LN10
2222

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

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

3333
#### FLOAT16_LN10
3434

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

3737
```javascript
3838
var bool = ( FLOAT16_LN10 === 2.302734375 );
@@ -62,24 +62,12 @@ console.log( FLOAT16_LN10 );
6262

6363
<!-- /.examples -->
6464

65-
<section class="examples">
66-
67-
</section>
68-
6965
<!-- /.examples -->
7066

71-
</section>
72-
73-
<!-- /.c -->
74-
7567
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
7668

7769
<section class="related">
7870

79-
## See Also
80-
81-
- <span class="package-name">[`@stdlib/constants/float32/ln-ten`][@stdlib/constants/float32/ln-ten]</span><span class="delimiter">: </span><span class="description">natural logarithm of 10.</span>
82-
8371
</section>
8472

8573
<!-- /.related -->
@@ -88,14 +76,6 @@ console.log( FLOAT16_LN10 );
8876

8977
<section class="links">
9078

91-
[@stdlib/math/base/special/ln]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ln
92-
93-
<!-- <related-links> -->
94-
95-
[@stdlib/constants/float32/ln-ten]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-ten
96-
97-
<!-- </related-links> -->
98-
9979
</section>
10080

10181
<!-- /.links -->

0 commit comments

Comments
 (0)