Skip to content

Commit e43918d

Browse files
committed
docs: remove note
--- 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 e7292ba commit e43918d

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/constants/float16/phi

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/constants/float16/phi/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ var bool = ( FLOAT16_PHI === 1.6181640625 );
6161

6262
<section class="notes">
6363

64-
## Notes
65-
66-
The value is approximately `1.6180339887498948482...` in double precision. Due to the limited precision of half-precision floating-point format (float16), the constant is rounded to `1.6181640625`.
67-
6864
</section>
6965

7066
<!-- /.notes -->

0 commit comments

Comments
 (0)