Skip to content

Commit 3d50391

Browse files
authored
update README.md
Signed-off-by: Harsh <[email protected]>
1 parent 7681751 commit 3d50391

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/kernel-cos

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/kernel-cos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ v = kernelCos( NaN, 0.0 );
5858

5959
- For increased accuracy, the number for which the [cosine][cosine] should be evaluated can be supplied as a [double-double number][double-double-arithmetic] (i.e., a non-evaluated sum of two [double-precision floating-point numbers][ieee754] `x` and `y`).
6060

61-
- As components of a [double-double number][double-double-arithmetic], the two [double-precision floating-point numbers][ieee754] `x` and `y` must satisfy
61+
- As components of a [double-double number][double-double-arithmetic], the two [double-precision floating-point numbers][ieee754] `x` and `y` must satisfy
6262

6363
<!-- <equation class="equation" label="eq:double_double_inequality" align="center" raw="|y| \leq \frac{1}{2} \operatorname{ulp}(x)" alt="Inequality for the two components of a double-double number."> -->
6464

0 commit comments

Comments
 (0)