@stdlib/math-base-napi-unary
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -36,6 +36,6 @@ { | ||
"dependencies": [ | ||
"@stdlib/complex-float32", | ||
"@stdlib/complex-float64", | ||
"@stdlib/complex-reim", | ||
"@stdlib/complex-reimf" | ||
"@stdlib/complex-float32-ctor", | ||
"@stdlib/complex-float64-ctor", | ||
"@stdlib/complex-float64-reim", | ||
"@stdlib/complex-float32-reim" | ||
] | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "@stdlib/math-base-napi-unary", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.", | ||
@@ -37,7 +37,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/complex-float32": "^0.2.1", | ||
"@stdlib/complex-float64": "^0.2.1", | ||
"@stdlib/complex-reim": "^0.2.1", | ||
"@stdlib/complex-reimf": "^0.2.1", | ||
"@stdlib/utils-library-manifest": "^0.2.1" | ||
"@stdlib/complex-float32-ctor": "^0.0.2", | ||
"@stdlib/complex-float32-reim": "^0.1.0", | ||
"@stdlib/complex-float64-ctor": "^0.0.2", | ||
"@stdlib/complex-float64-reim": "^0.1.1", | ||
"@stdlib/utils-library-manifest": "^0.2.2" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": {}, |
@@ -213,3 +213,3 @@ <!-- | ||
```c | ||
#include "stdlib/complex/float64.h" | ||
#include "stdlib/complex/float64/ctor.h" | ||
#include <node_api.h> | ||
@@ -254,3 +254,3 @@ | ||
```c | ||
#include "stdlib/complex/float64.h" | ||
#include "stdlib/complex/float64/ctor.h" | ||
#include <node_api.h> | ||
@@ -295,3 +295,3 @@ | ||
```c | ||
#include "stdlib/complex/float32.h" | ||
#include "stdlib/complex/float32/ctor.h" | ||
#include <node_api.h> | ||
@@ -336,3 +336,3 @@ | ||
```c | ||
#include "stdlib/complex/float32.h" | ||
#include "stdlib/complex/float32/ctor.h" | ||
#include <node_api.h> | ||
@@ -499,4 +499,4 @@ | ||
```c | ||
#include "stdlib/complex/float64.h" | ||
#include "stdlib/complex/reim.h" | ||
#include "stdlib/complex/float64/ctor.h" | ||
#include "stdlib/complex/float64/reim.h" | ||
@@ -507,3 +507,3 @@ static stdlib_complex128_t scale( const stdlib_complex128_t x ) { | ||
stdlib_reim( x, &re, &im ); | ||
stdlib_complex128_reim( x, &re, &im ); | ||
@@ -533,3 +533,3 @@ re *= 10.0; | ||
```c | ||
#include "stdlib/complex/float64.h" | ||
#include "stdlib/complex/float64/ctor.h" | ||
@@ -557,4 +557,4 @@ static double fcn( const stdlib_complex128_t x ) { | ||
```c | ||
#include "stdlib/complex/float32.h" | ||
#include "stdlib/complex/reimf.h" | ||
#include "stdlib/complex/float32/ctor.h" | ||
#include "stdlib/complex/float32/reim.h" | ||
@@ -565,3 +565,3 @@ static stdlib_complex64_t scale( const stdlib_complex64_t x ) { | ||
stdlib_reimf( x, &re, &im ); | ||
stdlib_complex64_reim( x, &re, &im ); | ||
@@ -591,3 +591,3 @@ re *= 10.0f; | ||
```c | ||
#include "stdlib/complex/float32.h" | ||
#include "stdlib/complex/float32/ctor.h" | ||
@@ -741,4 +741,4 @@ static float fcn( const stdlib_complex64_t x ) { | ||
[test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.1 | ||
[test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
[test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -745,0 +745,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-unary/main.svg |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80006
17
+ Added@stdlib/complex-float32-ctor@0.0.10.0.2(transitive)
+ Added@stdlib/complex-float32-reim@0.1.2(transitive)
+ Added@stdlib/complex-float64-ctor@0.0.20.0.3(transitive)
+ Added@stdlib/complex-float64-reim@0.1.2(transitive)
- Removed@stdlib/complex-float32@^0.2.1
- Removed@stdlib/complex-float64@^0.2.1
- Removed@stdlib/complex-reim@^0.2.1
- Removed@stdlib/complex-reimf@^0.2.1
- Removed@stdlib/complex-float32@0.2.1(transitive)
- Removed@stdlib/complex-float64@0.2.1(transitive)
- Removed@stdlib/complex-reim@0.2.1(transitive)
- Removed@stdlib/complex-reimf@0.2.1(transitive)