Socket
Socket
Sign inDemoInstall

@stdlib/complex-realf

Package Overview
Dependencies
59
Maintainers
4
Versions
5
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

2

docs/types/index.d.ts

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

* @example
* var Complex64 = require( `@stdlib/complex/float32` );
* var Complex64 = require( '@stdlib/complex-float32' );
*

@@ -35,0 +35,0 @@ * var z = new Complex64( 5.0, 3.0 );

{
"name": "@stdlib/complex-realf",
"version": "0.1.1",
"version": "0.2.0",
"description": "Return the real component of a single-precision complex floating-point number.",

@@ -42,8 +42,7 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/complex-float32": "^0.1.1",
"@stdlib/types": "^0.1.0",
"@stdlib/utils-library-manifest": "^0.1.1"
"@stdlib/complex-float32": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-library-manifest": "^0.2.0"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-assert-is-nanf": "^0.1.1",

@@ -54,3 +53,5 @@ "@stdlib/math-base-special-round": "^0.1.1",

"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.1.2",
"@stdlib/bench": "^0.3.1"
},

@@ -57,0 +58,0 @@ "engines": {

@@ -228,2 +228,10 @@ <!--

* * *
## See Also
- <span class="package-name">[`@stdlib/complex-imagf`][@stdlib/complex/imagf]</span><span class="delimiter">: </span><span class="description">return the imaginary component of a single-precision complex floating-point number.</span>
- <span class="package-name">[`@stdlib/complex-real`][@stdlib/complex/real]</span><span class="delimiter">: </span><span class="description">return the real component of a double-precision complex floating-point number.</span>
- <span class="package-name">[`@stdlib/complex-reimf`][@stdlib/complex/reimf]</span><span class="delimiter">: </span><span class="description">return the real and imaginary components of a single-precision complex floating-point number.</span>
</section>

@@ -259,3 +267,3 @@

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

@@ -273,4 +281,4 @@ </section>

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

@@ -298,4 +306,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-realf/main.svg

[deno-url]: https://github.com/stdlib-js/complex-realf/tree/deno
[deno-readme]: https://github.com/stdlib-js/complex-realf/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/complex-realf/tree/umd
[umd-readme]: https://github.com/stdlib-js/complex-realf/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/complex-realf/tree/esm
[esm-readme]: https://github.com/stdlib-js/complex-realf/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/complex-realf/blob/main/branches.md

@@ -305,4 +316,14 @@

<!-- <related-links> -->
[@stdlib/complex/imagf]: https://www.npmjs.com/package/@stdlib/complex-imagf
[@stdlib/complex/real]: https://www.npmjs.com/package/@stdlib/complex-real
[@stdlib/complex/reimf]: https://www.npmjs.com/package/@stdlib/complex-reimf
<!-- </related-links> -->
</section>
<!-- /.links -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc