Skip to content

Commit e2902df

Browse files
committed
remove: remove constants/float16/lanczos-gamma-g
The value added in #9022 is not appropriate for half-precision numerical approximation. As observed for the equivalent `float64` and `float32` constants, the value we use for `g` depends on what approximation we use in our gamma function implementations. In general, we should only add this constant if and when we add a half-precision gamma approximation. Something we are not likely to do anytime soon. BREAKING CHANGE: remove `constants/float16/lanczos-gamma-g` This feature was only recently added and has not been published. As such, the impact of removing this constant should be negligible for downstream users. Ref: #9022 --- 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: na - 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 39fc49d commit e2902df

File tree

8 files changed

+0
-342
lines changed

8 files changed

+0
-342
lines changed

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/README.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/docs/repl.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/docs/types/index.d.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/docs/types/test.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/examples/index.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/lib/index.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/package.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

lib/node_modules/@stdlib/constants/float16/gamma-lanczos-g/test/test.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)