Skip to content

Commit 7e336d4

Browse files
committed
refactor: remove C header files as float16 types cannot be supported in macros
--- 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 7e9ba95 commit 7e336d4

File tree

3 files changed

+1
-84
lines changed

3 files changed

+1
-84
lines changed

lib/node_modules/@stdlib/constants/float16/fourth-root-eps/README.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -60,60 +60,6 @@ var out = FLOAT16_FOURTH_ROOT_EPS;
6060

6161
<!-- /.examples -->
6262

63-
<!-- C interface documentation. -->
64-
65-
* * *
66-
67-
<section class="c">
68-
69-
## C APIs
70-
71-
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
72-
73-
<section class="intro">
74-
75-
</section>
76-
77-
<!-- /.intro -->
78-
79-
<!-- C usage documentation. -->
80-
81-
<section class="usage">
82-
83-
### Usage
84-
85-
```c
86-
#include "stdlib/constants/float16/fourth_root_eps.h"
87-
```
88-
89-
#### STDLIB_CONSTANT_FLOAT16_FOURTH_ROOT_EPS
90-
91-
Macro for the [fourth root][nth-root] of [half-precision floating-point epsilon][@stdlib/constants/float16/eps].
92-
93-
</section>
94-
95-
<!-- /.usage -->
96-
97-
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
98-
99-
<section class="notes">
100-
101-
</section>
102-
103-
<!-- /.notes -->
104-
105-
<!-- C API usage examples. -->
106-
107-
<section class="examples">
108-
109-
</section>
110-
111-
<!-- /.examples -->
112-
113-
</section>
114-
115-
<!-- /.c -->
116-
11763
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
11864

11965
<section class="related">

lib/node_modules/@stdlib/constants/float16/fourth-root-eps/include/stdlib/constants/float16/fourth_root_eps.h

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

lib/node_modules/@stdlib/constants/float16/fourth-root-eps/manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
"confs": [
2626
{
2727
"src": [],
28-
"include": [
29-
"./include"
30-
],
28+
"include": [],
3129
"libraries": [],
3230
"libpath": [],
3331
"dependencies": []

0 commit comments

Comments
 (0)