Skip to content

Commit 8f5d317

Browse files
authored
docs: fix missing asterisk
Signed-off-by: Athan <kgryte@gmail.com>
1 parent a073e6a commit 8f5d317

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinvf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const float RECIP_EPS_SQR = 2.0f / ( STDLIB_CONSTANT_FLOAT32_EPS * STDLIB
3636
// MAIN //
3737

3838
/**
39-
Computes the inverse of a single-precision complex floating-point number.
39+
* Computes the inverse of a single-precision complex floating-point number.
4040
*
4141
* ## References
4242
*

0 commit comments

Comments
 (0)