diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-tan/README.md b/lib/node_modules/@stdlib/math/base/special/kernel-tan/README.md index 43e49e855fce..87bc54f72ffd 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-tan/README.md +++ b/lib/node_modules/@stdlib/math/base/special/kernel-tan/README.md @@ -45,7 +45,7 @@ out = kernelTan( 0.664, 5.288e-17, 1 ); // returns ~0.783 ``` -If `k = 1`, the function returns `tan(x+y)`. To return the negative inverse `-1/tan(x+y)`, set `k = -1`. +If `k = 1`, the function returns `tan(x+y)`. To return the negative inverse `-1/tan(x+y)`, set `k = -1`. ```javascript var out = kernelTan( 3.141592653589793/4.0, 0.0, -1 ); @@ -75,7 +75,7 @@ out = kernelTan( NaN, NaN, 1 ); - For increased accuracy, the number for which the [tangent][tangent] 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`). -- As components of a [double-double number][double-double-arithmetic], the two [double-precision floating-point numbers][ieee754] `x` and `y` must satisfy +- As components of a [double-double number][double-double-arithmetic], the two [double-precision floating-point numbers][ieee754] `x` and `y` must satisfy