Skip to content

Commit 5f425b3

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
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 );
4948
stdlib_complex64_t stdlib_base_complex64_muladd( const stdlib_complex64_t alpha, const stdlib_complex64_t x, const stdlib_complex64_t y ) {
5049
float re1;
5150
float re2;

0 commit comments

Comments
 (0)