@stdlib/constants-float32-pi 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +23 -5
- package/package.json +2 -2
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -131,6 +131,14 @@ Macro for the mathematical constant [π][pi].
|
|
|
131
131
|
|
|
132
132
|
<section class="related">
|
|
133
133
|
|
|
134
|
+
* * *
|
|
135
|
+
|
|
136
|
+
## See Also
|
|
137
|
+
|
|
138
|
+
- <span class="package-name">[`@stdlib/constants-float32/fourth-pi`][@stdlib/constants/float32/fourth-pi]</span><span class="delimiter">: </span><span class="description">1/4 times π.</span>
|
|
139
|
+
- <span class="package-name">[`@stdlib/constants-float32/half-pi`][@stdlib/constants/float32/half-pi]</span><span class="delimiter">: </span><span class="description">1/2 times π.</span>
|
|
140
|
+
- <span class="package-name">[`@stdlib/constants-float32/two-pi`][@stdlib/constants/float32/two-pi]</span><span class="delimiter">: </span><span class="description">2π.</span>
|
|
141
|
+
|
|
134
142
|
</section>
|
|
135
143
|
|
|
136
144
|
<!-- /.related -->
|
|
@@ -161,7 +169,7 @@ See [LICENSE][stdlib-license].
|
|
|
161
169
|
|
|
162
170
|
## Copyright
|
|
163
171
|
|
|
164
|
-
Copyright © 2016-
|
|
172
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
165
173
|
|
|
166
174
|
</section>
|
|
167
175
|
|
|
@@ -174,8 +182,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
174
182
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float32-pi.svg
|
|
175
183
|
[npm-url]: https://npmjs.org/package/@stdlib/constants-float32-pi
|
|
176
184
|
|
|
177
|
-
[test-image]: https://github.com/stdlib-js/constants-float32-pi/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
178
|
-
[test-url]: https://github.com/stdlib-js/constants-float32-pi/actions/workflows/test.yml?query=branch:v0.1.
|
|
185
|
+
[test-image]: https://github.com/stdlib-js/constants-float32-pi/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
186
|
+
[test-url]: https://github.com/stdlib-js/constants-float32-pi/actions/workflows/test.yml?query=branch:v0.1.1
|
|
179
187
|
|
|
180
188
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float32-pi/main.svg
|
|
181
189
|
[coverage-url]: https://codecov.io/github/stdlib-js/constants-float32-pi?branch=main
|
|
@@ -187,8 +195,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
187
195
|
|
|
188
196
|
-->
|
|
189
197
|
|
|
190
|
-
[chat-image]: https://img.shields.io/
|
|
191
|
-
[chat-url]: https://
|
|
198
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
199
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
192
200
|
|
|
193
201
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
194
202
|
|
|
@@ -209,6 +217,16 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
209
217
|
|
|
210
218
|
[pi]: https://en.wikipedia.org/wiki/Pi
|
|
211
219
|
|
|
220
|
+
<!-- <related-links> -->
|
|
221
|
+
|
|
222
|
+
[@stdlib/constants/float32/fourth-pi]: https://www.npmjs.com/package/@stdlib/constants-float32-fourth-pi
|
|
223
|
+
|
|
224
|
+
[@stdlib/constants/float32/half-pi]: https://www.npmjs.com/package/@stdlib/constants-float32-half-pi
|
|
225
|
+
|
|
226
|
+
[@stdlib/constants/float32/two-pi]: https://www.npmjs.com/package/@stdlib/constants-float32-two-pi
|
|
227
|
+
|
|
228
|
+
<!-- </related-links> -->
|
|
229
|
+
|
|
212
230
|
</section>
|
|
213
231
|
|
|
214
232
|
<!-- /.links -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/constants-float32-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "π.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@stdlib/number-float64-base-to-float32": "^0.2.
|
|
34
|
+
"@stdlib/number-float64-base-to-float32": "^0.2.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {},
|
|
37
37
|
"engines": {
|