Skip to content

Commit 1cc90db

Browse files
feat: fix the working of half-ln-two
--- 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 425037b commit 1cc90db

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/half-ln-two

lib/node_modules/@stdlib/constants/float16/half-ln-two/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_HALF_LN2
2222

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

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

3333
#### FLOAT16_HALF_LN2
3434

35-
One half times the [natural logarithm][@stdlib/math/base/special/ln] of `2` as a half-precision floating-point number.
35+
One half times the natural logarithm of `2` as a half-precision floating-point number.
3636

3737
```javascript
3838
var bool = ( FLOAT16_HALF_LN2 === 0.3466796875 );
@@ -66,12 +66,6 @@ console.log( FLOAT16_HALF_LN2 );
6666

6767
<section class="related">
6868

69-
* * *
70-
71-
## See Also
72-
73-
- <span class="package-name">[`@stdlib/constants/float32/half-ln-two`][@stdlib/constants/float32/half-ln-two]</span><span class="delimiter">: </span><span class="description">one half times the natural logarithm of 2.</span>
74-
7569
</section>
7670

7771
<!-- /.related -->
@@ -80,14 +74,6 @@ console.log( FLOAT16_HALF_LN2 );
8074

8175
<section class="links">
8276

83-
[@stdlib/math/base/special/ln]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ln
84-
85-
<!-- <related-links> -->
86-
87-
[@stdlib/constants/float32/half-ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/half-ln-two
88-
89-
<!-- </related-links> -->
90-
9177
</section>
9278

9379
<!-- /.links -->

0 commit comments

Comments
 (0)