diff --git a/lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt index f5288ebea89b..cd38012df0fc 100644 --- a/lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt +++ b/lib/node_modules/@stdlib/math/base/special/avercosf/docs/repl.txt @@ -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`.