Skip to content

Commit ecb8e13

Browse files
authored
style: format as floating-point number
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2d72c6d commit ecb8e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/base/special/cround/lib

lib/node_modules/@stdlib/math/base/special/cround/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var addon = require( './../src/addon.node' );
3939
* var imag = require( '@stdlib/complex/float64/imag' );
4040
*
4141
* var v = cround( new Complex128( -4.2, 5.5 ) );
42-
* // returns <Complex128>[ -4, 6.0 ]
42+
* // returns <Complex128>[ -4.0, 6.0 ]
4343
*/
4444
function cround( z ) {
4545
var v = addon( z );

0 commit comments

Comments
 (0)