Skip to content

Commit 2067a87

Browse files
authored
fix: update main.c
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 3891490 commit 2067a87

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/mul-add/src

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/complex/float32/base/mul-add/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* float im = stdlib_complex64_imag( out );
4646
* // returns -9.0
4747
*/
48+
stdlib_complex64_t stdlib_base_complex64_muladd( const stdlib_complex64_t alpha, const stdlib_complex64_t x, const stdlib_complex64_t y );
4849
stdlib_complex64_t stdlib_base_complex64_muladd( const stdlib_complex64_t alpha, const stdlib_complex64_t x, const stdlib_complex64_t y ) {
4950
float re1;
5051
float re2;

0 commit comments

Comments
 (0)