You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -314,12 +338,24 @@ When used, this macro should be used **instead of** `NAPI_MODULE`. The macro inc
314
338
Macro for registering a Node-API module exporting an interface for invoking a binary function accepting and returning double-precision complex floating-point numbers.
When used, this macro should be used **instead of** `NAPI_MODULE`. The macro includes `NAPI_MODULE`, thus ensuring Node-API module registration.
336
372
@@ -339,12 +375,24 @@ When used, this macro should be used **instead of** `NAPI_MODULE`. The macro inc
339
375
Macro for registering a Node-API module exporting an interface for invoking a binary function accepting and returning single-precision complex floating-point numbers.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/napi/binary/include/stdlib/math/base/napi/binary.h
+38-13
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@
19
19
#ifndefSTDLIB_MATH_BASE_NAPI_BINARY_H
20
20
#defineSTDLIB_MATH_BASE_NAPI_BINARY_H
21
21
22
+
#include"stdlib/complex/float32.h"
23
+
#include"stdlib/complex/float64.h"
22
24
#include<node_api.h>
23
25
#include<assert.h>
24
-
#include<complex.h>
25
26
26
27
/**
27
28
* Macro for registering a Node-API module exporting an interface invoking a binary function accepting and returning double-precision floating-point numbers.
0 commit comments