Socket
Socket
Sign inDemoInstall

@stdlib/math-base-special-atan

Package Overview
Dependencies
69
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

SECURITY.md

4

docs/types/index.d.ts

@@ -32,3 +32,3 @@ /*

* @example
* var PI = require( `@stdlib/constants/float64/pi` );
* var PI = require( '@stdlib/constants-float64-pi' );
*

@@ -39,3 +39,3 @@ * var v = atan( -PI/4.0 );

* @example
* var PI = require( `@stdlib/constants/float64/pi` );
* var PI = require( '@stdlib/constants-float64-pi' );
*

@@ -42,0 +42,0 @@ * var v = atan( PI/4.0 );

{
"name": "@stdlib/math-base-special-atan",
"version": "0.1.1",
"version": "0.2.0",
"description": "Compute the arctangent of a double-precision floating-point number.",

@@ -43,13 +43,12 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/constants-float64-fourth-pi": "^0.1.1",
"@stdlib/constants-float64-half-pi": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-napi-unary": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1"
"@stdlib/constants-float64-fourth-pi": "^0.2.0",
"@stdlib/constants-float64-half-pi": "^0.2.0",
"@stdlib/constants-float64-ninf": "^0.2.0",
"@stdlib/constants-float64-pinf": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-napi-unary": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-base-linspace": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",

@@ -59,14 +58,16 @@ "@stdlib/constants-float64-pi": "^0.1.1",

"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-special-abs": "^0.1.1",
"@stdlib/math-base-tools-evalpoly-compile": "^0.1.0",
"@stdlib/math-base-tools-evalpoly-compile-c": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/string-format": "^0.2.0",
"@stdlib/string-substring-after": "^0.1.0",
"@stdlib/string-substring-before": "^0.1.1",
"@stdlib/string-substring-before": "^0.2.0",
"@stdlib/time-current-year": "^0.1.1",
"@stdlib/utils-try-require": "^0.1.1",
"@stdlib/utils-try-require": "^0.2.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.0",
"@stdlib/bench": "^0.3.1"
},

@@ -73,0 +74,0 @@ "engines": {

@@ -196,5 +196,5 @@ <!--

- <span class="package-name">[`@stdlib/math-base/special/acos`][@stdlib/math/base/special/acos]</span><span class="delimiter">: </span><span class="description">compute the arccosine of a number.</span>
- <span class="package-name">[`@stdlib/math-base/special/asin`][@stdlib/math/base/special/asin]</span><span class="delimiter">: </span><span class="description">compute the arcsine of a number.</span>
- <span class="package-name">[`@stdlib/math-base/special/atanh`][@stdlib/math/base/special/atanh]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arctangent of a number.</span>
- <span class="package-name">[`@stdlib/math-base/special/acos`][@stdlib/math/base/special/acos]</span><span class="delimiter">: </span><span class="description">compute the arccosine of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math-base/special/asin`][@stdlib/math/base/special/asin]</span><span class="delimiter">: </span><span class="description">compute the arcsine of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math-base/special/atanh`][@stdlib/math/base/special/atanh]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arctangent of a double-precision floating-point number.</span>

@@ -226,3 +226,3 @@ </section>

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -240,4 +240,4 @@ </section>

[test-image]: https://github.com/stdlib-js/math-base-special-atan/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/math-base-special-atan/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/math-base-special-atan/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/math-base-special-atan/actions/workflows/test.yml?query=branch:v0.2.0

@@ -265,4 +265,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-atan/main.svg

[deno-url]: https://github.com/stdlib-js/math-base-special-atan/tree/deno
[deno-readme]: https://github.com/stdlib-js/math-base-special-atan/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/math-base-special-atan/tree/umd
[umd-readme]: https://github.com/stdlib-js/math-base-special-atan/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/math-base-special-atan/tree/esm
[esm-readme]: https://github.com/stdlib-js/math-base-special-atan/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/math-base-special-atan/blob/main/branches.md

@@ -269,0 +272,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc