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 3f6c0ff commit 24c131aCopy full SHA for 24c131a
lib/node_modules/@stdlib/math/base/special/cinv/src/main.c
@@ -36,7 +36,7 @@ static const double RECIP_EPS_SQR = 2.0 / ( STDLIB_CONSTANT_FLOAT64_EPS * STDLIB
36
// MAIN //
37
38
/**
39
-Computes the inverse of a double-precision complex floating-point number.
+* Computes the inverse of a double-precision complex floating-point number.
40
*
41
* ## References
42
0 commit comments