Skip to content

Commit ecf089f

Browse files
Update lib/node_modules/@stdlib/math/base/special/cabs2f/examples/c/example.c
Signed-off-by: Karan Anand <[email protected]>
1 parent 1c2dfe4 commit ecf089f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cabs2f/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cabs2f/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ int main( void ) {
3838
v = x[ i ];
3939
y = stdlib_base_cabs2f( v );
4040
stdlib_complex64_reim( v, &re, &im );
41-
printf( "f(%f + %f) = %f\n", re, im, y );
41+
printf( "f(%f + %fi) = %f\n", re, im, y );
4242
}
4343
}

0 commit comments

Comments
 (0)