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 d474e2b commit 508c857Copy full SHA for 508c857
lib/node_modules/@stdlib/math/base/special/cabs2f/README.md
@@ -141,7 +141,7 @@ Computes the squared [absolute value][absolute-value] of a single-precision comp
141
```c
142
#include "stdlib/complex/float32/ctor.h"
143
144
-stdlib_complex64_t z = stdlib_complex64( 5.0, 3.0 );
+stdlib_complex64_t z = stdlib_complex64( 5.0f, 3.0f );
145
146
float y = stdlib_base_cabs2f( z );
147
// returns 34.0f
0 commit comments