Skip to content

Commit a743ef0

Browse files
feat: adding the value of pi-squared for float16
--- 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: passed - 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 25c3122 commit a743ef0

File tree

4 files changed

+0
-122
lines changed

4 files changed

+0
-122
lines changed

lib/node_modules/@stdlib/constants/float16/pi-squared/README.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -60,64 +60,6 @@ console.log( FLOAT16_PI_SQUARED );
6060

6161
</section>
6262

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

12365
</section>

lib/node_modules/@stdlib/constants/float16/pi-squared/include/stdlib/constants/float16/pi_squared.h

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

lib/node_modules/@stdlib/constants/float16/pi-squared/manifest.json

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

lib/node_modules/@stdlib/constants/float16/pi-squared/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"directories": {
1818
"doc": "./docs",
1919
"example": "./examples",
20-
"include": "./include",
2120
"lib": "./lib",
2221
"test": "./test"
2322
},

0 commit comments

Comments
 (0)