Skip to content

Commit 405679f

Browse files
Update lib/node_modules/@stdlib/math/base/special/croundf/src/main.c
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gururaj Gurram <[email protected]>
1 parent e9c0b7d commit 405679f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/croundf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/croundf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* stdlib_complex64_t out = stdlib_base_croundf( z );
3838
*
3939
* float re = stdlib_complex64_real( out );
40-
* // returns -5.0
40+
* // returns -4.0
4141
*
4242
* float im = stdlib_complex64_imag( out );
4343
* // returns 6.0

0 commit comments

Comments
 (0)