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 8db709e784e3..4645d805c09a 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; 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 3835d343de47..aebecf791c36 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;