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 a073e6a commit 8f5d317Copy full SHA for 8f5d317
lib/node_modules/@stdlib/math/base/special/cinvf/src/main.c
@@ -36,7 +36,7 @@ static const float RECIP_EPS_SQR = 2.0f / ( STDLIB_CONSTANT_FLOAT32_EPS * STDLIB
36
// MAIN //
37
38
/**
39
-Computes the inverse of a single-precision complex floating-point number.
+* Computes the inverse of a single-precision complex floating-point number.
40
*
41
* ## References
42
0 commit comments