From de2f38bee2db77038992285ffc232f6f394426a1 Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Mon, 9 Sep 2024 00:16:17 +0530 Subject: [PATCH 1/2] docs: correct typos in function descriptions Signed-off-by: Gunj Joshi --- .../math/base/special/rempio2/test/test.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js b/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js index 8db709e784e..4645d805c09 100644 --- a/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js @@ -69,7 +69,7 @@ tape( 'the function returns `0` and sets the elements of `y` to `NaN` if provide t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (positive)', function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (positive)', function test( t ) { var delta; var tol; var x; @@ -95,7 +95,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny positive)', function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny positive)', function test( t ) { var delta; var tol; var x; @@ -121,7 +121,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (negative)', function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (negative)', function test( t ) { var delta; var tol; var x; @@ -147,7 +147,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny negative)', function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny negative)', function test( t ) { var delta; var tol; var x; @@ -173,7 +173,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)', function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)', function test( t ) { var delta; var tol; var x; @@ -199,7 +199,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', function test( t ) { +tape( 'for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', function test( t ) { var x; var y; var n; @@ -217,7 +217,7 @@ tape( 'for large positive input values, the function returns the last three bina t.end(); }); -tape( 'for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', function test( t ) { +tape( 'for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', function test( t ) { var x; var y; var n; @@ -235,7 +235,7 @@ tape( 'for large negative input values, the function returns the last three bina t.end(); }); -tape( 'for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', function test( t ) { +tape( 'for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', function test( t ) { var x; var y; var n; @@ -253,7 +253,7 @@ tape( 'for huge positive input values, the function returns the last three binar t.end(); }); -tape( 'for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', function test( t ) { +tape( 'for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', function test( t ) { var x; var y; var n; From f15cf2a489d682b36a518c47318286ca97e65e6f Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Mon, 9 Sep 2024 00:17:18 +0530 Subject: [PATCH 2/2] docs: correct typos in function descriptions Signed-off-by: Gunj Joshi --- .../base/special/rempio2/test/test.native.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.native.js index 3835d343de4..aebecf791c3 100644 --- a/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/rempio2/test/test.native.js @@ -79,7 +79,7 @@ tape( 'the function returns `0` and sets the elements of `y` to `NaN` if provide t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (positive)', opts, function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (positive)', opts, function test( t ) { var delta; var tol; var x; @@ -105,7 +105,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny positive)', opts, function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny positive)', opts, function test( t ) { var delta; var tol; var x; @@ -131,7 +131,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (negative)', opts, function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (negative)', opts, function test( t ) { var delta; var tol; var x; @@ -157,7 +157,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (tiny negative)', opts, function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (tiny negative)', opts, function test( t ) { var delta; var tol; var x; @@ -183,7 +183,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'the function returns `n` and stores `r` as two double-precision floating points numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)', opts, function test( t ) { +tape( 'the function returns `n` and stores `r` as two double-precision floating point numbers in `y` such that `x - nπ/2 = r` (multiples of π/4)', opts, function test( t ) { var delta; var tol; var x; @@ -209,7 +209,7 @@ tape( 'the function returns `n` and stores `r` as two double-precision floating t.end(); }); -tape( 'for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', opts, function test( t ) { +tape( 'for large positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', opts, function test( t ) { var x; var y; var n; @@ -227,7 +227,7 @@ tape( 'for large positive input values, the function returns the last three bina t.end(); }); -tape( 'for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', opts, function test( t ) { +tape( 'for large negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', opts, function test( t ) { var x; var y; var n; @@ -245,7 +245,7 @@ tape( 'for large negative input values, the function returns the last three bina t.end(); }); -tape( 'for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', opts, function test( t ) { +tape( 'for huge positive input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', opts, function test( t ) { var x; var y; var n; @@ -263,7 +263,7 @@ tape( 'for huge positive input values, the function returns the last three binar t.end(); }); -tape( 'for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating points numbers in `y`', opts, function test( t ) { +tape( 'for huge negative input values, the function returns the last three binary digits of `n` and stores `r` as two double-precision floating point numbers in `y`', opts, function test( t ) { var x; var y; var n;