Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading