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 4ca068f commit 6c838b0Copy full SHA for 6c838b0
lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt
@@ -1,9 +1,9 @@
1
2
{{alias}}( x )
3
- Computes the inverse versed cosine for a single-precision
4
- floating-point number (in radians).
+ Computes the inverse versed cosine for a single-precision floating-point
+ number (in radians).
5
6
- The inverse versed cosine is defined as `acosf(1+x)`.
+ The inverse versed cosine is defined as `acos(1+x)`.
7
8
If `x < -2`, `x > 0`, or `x` is `NaN`, the function returns `NaN`.
9
0 commit comments