Skip to content

Commit 1ae3288

Browse files
feat: adding the value of two-pi 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 0352560 commit 1ae3288

4 files changed

Lines changed: 0 additions & 122 deletions

File tree

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

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,10 @@ console.log( FLOAT16_TWO_PI );
6262

6363
<!-- /.examples -->
6464

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/two_pi.h"
89-
```
90-
91-
#### STDLIB_CONSTANT_FLOAT16_TWO_PI
92-
93-
Macro for the mathematical constant [π][@stdlib/constants/float16/pi] times 2.
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-
10765
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
10866

10967
<section class="related">
11068

111-
* * *
112-
113-
## See Also
114-
115-
- <span class="package-name">[`@stdlib/constants/float16/fourth-pi`][@stdlib/constants/float16/fourth-pi]</span><span class="delimiter">: </span><span class="description">1/4 times π.</span>
116-
- <span class="package-name">[`@stdlib/constants/float16/half-pi`][@stdlib/constants/float16/half-pi]</span><span class="delimiter">: </span><span class="description">1/2 times π.</span>
117-
- <span class="package-name">[`@stdlib/constants/float16/pi`][@stdlib/constants/float16/pi]</span><span class="delimiter">: </span><span class="description">π.</span>
118-
11969
</section>
12070

12171
<!-- /.related -->
@@ -126,14 +76,6 @@ Macro for the mathematical constant [π][@stdlib/constants/float16/pi] times 2.
12676

12777
[@stdlib/constants/float16/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/pi
12878

129-
<!-- <related-links> -->
130-
131-
[@stdlib/constants/float16/fourth-pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/fourth-pi
132-
133-
[@stdlib/constants/float16/half-pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/half-pi
134-
135-
<!-- </related-links> -->
136-
13779
</section>
13880

13981
<!-- /.links -->

lib/node_modules/@stdlib/constants/float16/two-pi/include/stdlib/constants/float16/two_pi.h

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

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

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

lib/node_modules/@stdlib/constants/float16/two-pi/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)