Skip to content

Commit 97865d8

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 9a4c2b1 commit 97865d8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/acovercos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ for ( i = 0; i < x.length; i++ ) {
133133

134134
#### stdlib_base_acovercos( x )
135135

136-
Computes the [inverse coversed cosine][inverse-coversed-cosine] of a double-precision floating-point number (in radians).
136+
Computes the [inverse coversed cosine][inverse-coversed-cosine] of a double-precision floating-point number.
137137

138138
```c
139139
double out = stdlib_base_acovercos( 3.141592653589793/2.0 );

0 commit comments

Comments
 (0)