We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7feba2 commit b20816fCopy full SHA for b20816f
lib/node_modules/@stdlib/math/base/special/croundn/src/main.c
@@ -38,10 +38,10 @@
38
* stdlib_complex128_t out = stdlib_base_croundn( z, -2 );
39
*
40
* double re = stdlib_complex128_real( out );
41
-* // returns 3.14
+* // returns -3.14
42
43
* double im = stdlib_complex128_imag( out );
44
-* // returns -3.14
+* // returns 3.14
45
*/
46
stdlib_complex128_t stdlib_base_croundn( const stdlib_complex128_t z, const int32_t n ) {
47
double re;
0 commit comments