Skip to content

Commit 6c838b0

Browse files
authored
docs: fix line wrapping and description
PR-URL: #2874 Ref: 6b76aa9#r146363003 Ref: 6b76aa9#r146363012 Reviewed-by: Athan Reines <[email protected]>
1 parent 4ca068f commit 6c838b0

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/avercosf/docs

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
{{alias}}( x )
3-
Computes the inverse versed cosine for a single-precision
4-
floating-point number (in radians).
3+
Computes the inverse versed cosine for a single-precision floating-point
4+
number (in radians).
55

6-
The inverse versed cosine is defined as `acosf(1+x)`.
6+
The inverse versed cosine is defined as `acos(1+x)`.
77

88
If `x < -2`, `x > 0`, or `x` is `NaN`, the function returns `NaN`.
99

0 commit comments

Comments
 (0)