From 6c838b02c4cc9afa7befcdfbb6617b5c367713cb Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Sat, 7 Sep 2024 09:08:46 +0530 Subject: [PATCH] docs: fix line wrapping and description PR-URL: https://github.com/stdlib-js/stdlib/pull/2874 Ref: https://github.com/stdlib-js/stdlib/commit/6b76aa904c33cbe3f3c28b61ae7797e444d13e52#r146363003 Ref: https://github.com/stdlib-js/stdlib/commit/6b76aa904c33cbe3f3c28b61ae7797e444d13e52#r146363012 Reviewed-by: Athan Reines --- .../@stdlib/math/base/special/avercosf/docs/repl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 f5288ebea89..cd38012df0f 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`.