Skip to content

Commit

Permalink
docs: fix line wrapping and description
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi authored Sep 7, 2024
1 parent 4ca068f commit 6c838b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

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

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

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

Expand Down

0 comments on commit 6c838b0

Please sign in to comment.