Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions lib/node_modules/@stdlib/math/base/special/rempio2/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
Loading