Skip to content

Commit e9c0b7d

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/croundf/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var imag = require( '@stdlib/complex/float32/imag' );
4343
* // returns <Complex64>
4444
*
4545
* var re = real( v );
46-
* // returns -4
46+
* // returns -4.0
4747
*
4848
* var im = imag( v );
4949
* // returns 6.0

0 commit comments

Comments
 (0)