@stdlib/math-base-special-acscf 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/README.md +23 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -190,6 +190,15 @@ int main( void ) {
|
|
|
190
190
|
|
|
191
191
|
<section class="related">
|
|
192
192
|
|
|
193
|
+
* * *
|
|
194
|
+
|
|
195
|
+
## See Also
|
|
196
|
+
|
|
197
|
+
- <span class="package-name">[`@stdlib/math-base/special/acsc`][@stdlib/math/base/special/acsc]</span><span class="delimiter">: </span><span class="description">compute the arccosecant of a number.</span>
|
|
198
|
+
- <span class="package-name">[`@stdlib/math-base/special/acsch`][@stdlib/math/base/special/acsch]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arccosecant of a number.</span>
|
|
199
|
+
- <span class="package-name">[`@stdlib/math-base/special/asecf`][@stdlib/math/base/special/asecf]</span><span class="delimiter">: </span><span class="description">compute the inverse (arc) secant of a single-precision floating-point number.</span>
|
|
200
|
+
- <span class="package-name">[`@stdlib/math-base/special/asinf`][@stdlib/math/base/special/asinf]</span><span class="delimiter">: </span><span class="description">compute the arcsine of a single-precision floating-point number.</span>
|
|
201
|
+
|
|
193
202
|
</section>
|
|
194
203
|
|
|
195
204
|
<!-- /.related -->
|
|
@@ -233,8 +242,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
233
242
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-acscf.svg
|
|
234
243
|
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-acscf
|
|
235
244
|
|
|
236
|
-
[test-image]: https://github.com/stdlib-js/math-base-special-acscf/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
237
|
-
[test-url]: https://github.com/stdlib-js/math-base-special-acscf/actions/workflows/test.yml?query=branch:v0.1.
|
|
245
|
+
[test-image]: https://github.com/stdlib-js/math-base-special-acscf/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
246
|
+
[test-url]: https://github.com/stdlib-js/math-base-special-acscf/actions/workflows/test.yml?query=branch:v0.1.1
|
|
238
247
|
|
|
239
248
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-acscf/main.svg
|
|
240
249
|
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-acscf?branch=main
|
|
@@ -268,6 +277,18 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
268
277
|
|
|
269
278
|
[arccosecant]: https://en.wikipedia.org/wiki/Inverse_trigonometric_functions
|
|
270
279
|
|
|
280
|
+
<!-- <related-links> -->
|
|
281
|
+
|
|
282
|
+
[@stdlib/math/base/special/acsc]: https://www.npmjs.com/package/@stdlib/math-base-special-acsc
|
|
283
|
+
|
|
284
|
+
[@stdlib/math/base/special/acsch]: https://www.npmjs.com/package/@stdlib/math-base-special-acsch
|
|
285
|
+
|
|
286
|
+
[@stdlib/math/base/special/asecf]: https://www.npmjs.com/package/@stdlib/math-base-special-asecf
|
|
287
|
+
|
|
288
|
+
[@stdlib/math/base/special/asinf]: https://www.npmjs.com/package/@stdlib/math-base-special-asinf
|
|
289
|
+
|
|
290
|
+
<!-- </related-links> -->
|
|
291
|
+
|
|
271
292
|
</section>
|
|
272
293
|
|
|
273
294
|
<!-- /.links -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/math-base-special-acscf",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Compute the arccosecant of a single-precision floating-point number.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@stdlib/math-base-napi-unary": "^0.2.
|
|
36
|
+
"@stdlib/math-base-napi-unary": "^0.2.3",
|
|
37
37
|
"@stdlib/math-base-special-asinf": "^0.1.0",
|
|
38
|
-
"@stdlib/number-float64-base-to-float32": "^0.2.
|
|
39
|
-
"@stdlib/utils-library-manifest": "^0.2.
|
|
38
|
+
"@stdlib/number-float64-base-to-float32": "^0.2.2",
|
|
39
|
+
"@stdlib/utils-library-manifest": "^0.2.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {},
|
|
42
42
|
"engines": {
|