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 a2565fe commit d6059e1Copy full SHA for d6059e1
lib/node_modules/@stdlib/math/base/special/cpolar/README.md
@@ -148,7 +148,7 @@ The function accepts the following arguments:
148
- **cphase**: `[out] double*` destination for the phase value in radians.
149
150
```c
151
-double stdlib_base_cpolar( const stdlib_complex128_t z, double *cabs, double *cphase );
+void stdlib_base_cpolar( const stdlib_complex128_t z, double *cabs, double *cphase );
152
```
153
154
</section>
0 commit comments