diff --git a/lib/node_modules/@stdlib/math/base/assert/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/docs/types/index.d.ts index 28bb6879581..2ef92841ef3 100644 --- a/lib/node_modules/@stdlib/math/base/assert/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/assert/int32-is-even/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/int32-is-even/docs/types/index.d.ts index 4022811f8ed..670f6930152 100644 --- a/lib/node_modules/@stdlib/math/base/assert/int32-is-even/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/int32-is-even/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a 32-bit integer is even. diff --git a/lib/node_modules/@stdlib/math/base/assert/int32-is-odd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/int32-is-odd/docs/types/index.d.ts index d940782c017..135766201a8 100644 --- a/lib/node_modules/@stdlib/math/base/assert/int32-is-odd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/int32-is-odd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a 32-bit integer is odd. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-composite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-composite/docs/types/index.d.ts index 17230ca1257..d82174af3ea 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-composite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-composite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a number is composite. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-coprime/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-coprime/docs/types/index.d.ts index ea08cfa685b..69f559c1e60 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-coprime/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-coprime/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if two numbers are coprime. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-even/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-even/docs/types/index.d.ts index 87d35cb105e..d26cbc6d984 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-even/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-even/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite numeric value is an even number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-finite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-finite/docs/types/index.d.ts index 10eff1b06e0..9b2b69dd87d 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-finite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-finite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is finite. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-finitef/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-finitef/docs/types/index.d.ts index f10610becc4..89e354449f9 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-finitef/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-finitef/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a single-precision floating-point numeric value is finite. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-infinite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-infinite/docs/types/index.d.ts index 767d5b14a33..d952ee6d97d 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-infinite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-infinite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is infinite. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-infinitef/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-infinitef/docs/types/index.d.ts index 1b021c5bad0..d6adec3003b 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-infinitef/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-infinitef/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a single-precision floating-point numeric value is infinite. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-integer/docs/types/index.d.ts index 7f360cac70b..b4ca08d92da 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is an integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nan/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nan/docs/types/index.d.ts index ebcd7b3c95e..60679f8c479 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nan/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nan/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is `NaN`. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nanf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nanf/docs/types/index.d.ts index 56f5cc95f4e..88089696b55 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nanf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nanf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a single-precision floating-point numeric value is `NaN`. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/docs/types/index.d.ts index 75d8b26d37a..a09f7c7b498 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is a negative finite number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-negative-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-negative-integer/docs/types/index.d.ts index 989e43c2e3a..9797b978cc0 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-negative-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-negative-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is a negative integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-negative-zero/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-negative-zero/docs/types/index.d.ts index d5fa0e1a7fb..b5a2ef2b85b 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-negative-zero/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-negative-zero/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is negative zero. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/docs/types/index.d.ts index cffae56b8d5..1b22c3bfcf7 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-negative-zerof/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a single-precision floating-point numeric value is negative zero. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-finite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-finite/docs/types/index.d.ts index 8d12d087d2d..fb8b29f32a9 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-finite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-finite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is a nonnegative finite number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/docs/types/index.d.ts index b81d60cdbc1..bb47c8e3a5a 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is a nonnegative integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/types/index.d.ts index 09aa401f86d..99d9cc003c3 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is a nonpositive finite number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/docs/types/index.d.ts index c956d9466a3..b91e306b833 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is a nonpositive integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-odd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-odd/docs/types/index.d.ts index 84c7733009b..91649a2f724 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-odd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-odd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite numeric value is an odd number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/docs/types/index.d.ts index acf2c4f9b69..b58f7fb7e78 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is a positive finite number. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/docs/types/index.d.ts index 0d135e9c4dd..508f82c9e50 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is a positive integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-positive-zero/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-positive-zero/docs/types/index.d.ts index 3b825646683..6dc7a8b638a 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-zero/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-zero/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point numeric value is positive zero. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-positive-zerof/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-positive-zerof/docs/types/index.d.ts index c1146b95294..3feb1cb0090 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-zerof/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-zerof/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a single-precision floating-point numeric value is positive zero. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-prime/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-prime/docs/types/index.d.ts index 647b4a0577e..5e40d131321 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-prime/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-prime/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a number is prime. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-probability/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-probability/docs/types/index.d.ts index cbea9bcc5a7..2709c8efe77 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-probability/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-probability/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a double-precision floating-point number is a probability. diff --git a/lib/node_modules/@stdlib/math/base/assert/is-safe-integer/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/is-safe-integer/docs/types/index.d.ts index 558377f6484..6ad1e8c116a 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-safe-integer/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/is-safe-integer/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests if a finite double-precision floating-point number is a safe integer. diff --git a/lib/node_modules/@stdlib/math/base/assert/uint32-is-pow2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/assert/uint32-is-pow2/docs/types/index.d.ts index 6d963bba663..57c6188c08c 100644 --- a/lib/node_modules/@stdlib/math/base/assert/uint32-is-pow2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/assert/uint32-is-pow2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Tests whether an unsigned integer is a power of 2. diff --git a/lib/node_modules/@stdlib/math/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/docs/types/index.d.ts index ed0fbd42089..5720cc420a8 100644 --- a/lib/node_modules/@stdlib/math/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/napi/binary/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/napi/binary/docs/types/index.d.ts index 436d0f39cee..380dde4e0af 100644 --- a/lib/node_modules/@stdlib/math/base/napi/binary/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/napi/binary/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Absolute file path for the directory containing header files for C APIs. diff --git a/lib/node_modules/@stdlib/math/base/napi/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/napi/docs/types/index.d.ts index 3584a7208cc..5553b8785a5 100644 --- a/lib/node_modules/@stdlib/math/base/napi/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/napi/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/napi/ternary/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/napi/ternary/docs/types/index.d.ts index 436d0f39cee..380dde4e0af 100644 --- a/lib/node_modules/@stdlib/math/base/napi/ternary/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/napi/ternary/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Absolute file path for the directory containing header files for C APIs. diff --git a/lib/node_modules/@stdlib/math/base/napi/unary/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/napi/unary/docs/types/index.d.ts index 436d0f39cee..380dde4e0af 100644 --- a/lib/node_modules/@stdlib/math/base/napi/unary/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/napi/unary/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Absolute file path for the directory containing header files for C APIs. diff --git a/lib/node_modules/@stdlib/math/base/ops/add/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/add/docs/types/index.d.ts index a301f63d766..640eba3d909 100644 --- a/lib/node_modules/@stdlib/math/base/ops/add/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/add/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the sum of two double-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/addf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/addf/docs/types/index.d.ts index 729f7999466..936b81d06df 100644 --- a/lib/node_modules/@stdlib/math/base/ops/addf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/addf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the sum of two single-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/cadd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cadd/docs/types/index.d.ts index fff4780852c..62e66616437 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cadd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cadd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/caddf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/caddf/docs/types/index.d.ts index 598115d30c9..dc3786a5cf2 100644 --- a/lib/node_modules/@stdlib/math/base/ops/caddf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/caddf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/cdiv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cdiv/docs/types/index.d.ts index 88ee1ab044e..2b5d8a4b9a3 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cdiv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cdiv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/cmul/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cmul/docs/types/index.d.ts index 6db7bc2adf7..3530ad8bd28 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cmul/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cmul/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/cmulf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cmulf/docs/types/index.d.ts index bcd39267250..81d0e7c934c 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cmulf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cmulf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/cneg/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cneg/docs/types/index.d.ts index 340b622d6d5..843d1c2d053 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cneg/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cneg/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/cnegf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/cnegf/docs/types/index.d.ts index 407b4e93f9f..8968053fe13 100644 --- a/lib/node_modules/@stdlib/math/base/ops/cnegf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/cnegf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/csub/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/csub/docs/types/index.d.ts index d3fb31002ee..368ac19d108 100644 --- a/lib/node_modules/@stdlib/math/base/ops/csub/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/csub/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/csubf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/csubf/docs/types/index.d.ts index 3897c382eca..dafff6d7dc9 100644 --- a/lib/node_modules/@stdlib/math/base/ops/csubf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/csubf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/docs/types/index.d.ts index 34bf2eb49c4..baf0b45f388 100644 --- a/lib/node_modules/@stdlib/math/base/ops/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/ops/imul/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/imul/docs/types/index.d.ts index 3e26c38bc7c..462def7b0f2 100644 --- a/lib/node_modules/@stdlib/math/base/ops/imul/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/imul/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Performs C-like multiplication of two signed 32-bit integers. diff --git a/lib/node_modules/@stdlib/math/base/ops/imuldw/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/imuldw/docs/types/index.d.ts index b89bb5848cb..e22f613e01d 100644 --- a/lib/node_modules/@stdlib/math/base/ops/imuldw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/imuldw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/ops/mul/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/mul/docs/types/index.d.ts index eb124e1a3de..54798d93139 100644 --- a/lib/node_modules/@stdlib/math/base/ops/mul/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/mul/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Multiplies two double-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/mulf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/mulf/docs/types/index.d.ts index d599691df79..d23bcd6c9b1 100644 --- a/lib/node_modules/@stdlib/math/base/ops/mulf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/mulf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Multiplies two single-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/sub/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/sub/docs/types/index.d.ts index d3ebfadbd4c..ea0a3e08f5e 100644 --- a/lib/node_modules/@stdlib/math/base/ops/sub/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/sub/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Subtracts two double-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/subf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/subf/docs/types/index.d.ts index d8b219c0c49..81d9ee42039 100644 --- a/lib/node_modules/@stdlib/math/base/ops/subf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/subf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Subtracts two single-precision floating-point numbers `x` and `y`. diff --git a/lib/node_modules/@stdlib/math/base/ops/umul/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/umul/docs/types/index.d.ts index 62f522d55f5..141bd9ede6d 100644 --- a/lib/node_modules/@stdlib/math/base/ops/umul/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/umul/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Performs C-like multiplication of two unsigned 32-bit integers. diff --git a/lib/node_modules/@stdlib/math/base/ops/umuldw/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/ops/umuldw/docs/types/index.d.ts index da763cc28ab..a582435b90c 100644 --- a/lib/node_modules/@stdlib/math/base/ops/umuldw/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/ops/umuldw/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/abs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/abs/docs/types/index.d.ts index 83a026b4c85..ed76ff76372 100644 --- a/lib/node_modules/@stdlib/math/base/special/abs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/abs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the absolute value of double-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/abs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/abs2/docs/types/index.d.ts index ded6e113c75..114aa7ff494 100644 --- a/lib/node_modules/@stdlib/math/base/special/abs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/abs2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the squared absolute value of a double-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/abs2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/abs2f/docs/types/index.d.ts index d0c468d06b5..ed204aa6229 100644 --- a/lib/node_modules/@stdlib/math/base/special/abs2f/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/abs2f/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the squared absolute value of a single-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/absf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/absf/docs/types/index.d.ts index 693bec9a8e0..42407a34cf6 100644 --- a/lib/node_modules/@stdlib/math/base/special/absf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/absf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the absolute value of single-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/acos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acos/docs/types/index.d.ts index c5c113fbb2a..8a306901c6e 100644 --- a/lib/node_modules/@stdlib/math/base/special/acos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the arccosine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/acosh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acosh/docs/types/index.d.ts index 90d0b549660..bf2d9f39979 100644 --- a/lib/node_modules/@stdlib/math/base/special/acosh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acosh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arccosine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/acot/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acot/docs/types/index.d.ts index 1c176c11aa3..8480c693099 100644 --- a/lib/node_modules/@stdlib/math/base/special/acot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse cotangent of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/acoth/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acoth/docs/types/index.d.ts index 721d2e3d3cc..6a8c33470de 100644 --- a/lib/node_modules/@stdlib/math/base/special/acoth/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acoth/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse hyperbolic cotangent of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/acovercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acovercos/docs/types/index.d.ts index a9c4fc1d14d..f1c7df0c99d 100644 --- a/lib/node_modules/@stdlib/math/base/special/acovercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acovercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse coversed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/acoversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acoversin/docs/types/index.d.ts index 46b61f5ef54..adf238dc90f 100644 --- a/lib/node_modules/@stdlib/math/base/special/acoversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acoversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse coversed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/acsc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acsc/docs/types/index.d.ts index 99680515ad9..483a03dccf9 100644 --- a/lib/node_modules/@stdlib/math/base/special/acsc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acsc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the arccosecant of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/acsch/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/acsch/docs/types/index.d.ts index b1427f719d0..452a1ef8f7f 100644 --- a/lib/node_modules/@stdlib/math/base/special/acsch/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/acsch/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arccosecant of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/ahavercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ahavercos/docs/types/index.d.ts index b0f3b55332b..2ac236d7ced 100644 --- a/lib/node_modules/@stdlib/math/base/special/ahavercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ahavercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse half-value versed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/ahaversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ahaversin/docs/types/index.d.ts index c711225f704..cb44297e3d8 100644 --- a/lib/node_modules/@stdlib/math/base/special/ahaversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ahaversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse half-value versed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/asec/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/asec/docs/types/index.d.ts index 0c8d31c71e2..f05cbde50a8 100644 --- a/lib/node_modules/@stdlib/math/base/special/asec/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/asec/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse (arc) secant of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/asech/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/asech/docs/types/index.d.ts index 380f09fef6f..5610a934f6e 100644 --- a/lib/node_modules/@stdlib/math/base/special/asech/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/asech/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arcsecant of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/asin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/asin/docs/types/index.d.ts index 9d7eceefdc3..d6be6bde8fa 100644 --- a/lib/node_modules/@stdlib/math/base/special/asin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/asin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the arcsine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/asinh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/asinh/docs/types/index.d.ts index a479c262aa8..c2c6132ea75 100644 --- a/lib/node_modules/@stdlib/math/base/special/asinh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/asinh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arcsine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/atan/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan/docs/types/index.d.ts index 43c50f8ec29..b04949c64d4 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the arctangent of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan2/docs/types/index.d.ts index 0bd783b0ed4..b18baadb6a8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. diff --git a/lib/node_modules/@stdlib/math/base/special/atanh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atanh/docs/types/index.d.ts index 509f00e6855..17228963a5d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atanh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atanh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arctangent of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/avercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/avercos/docs/types/index.d.ts index 8b5c6809aa6..df62bac62f4 100644 --- a/lib/node_modules/@stdlib/math/base/special/avercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/avercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse versed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/aversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/aversin/docs/types/index.d.ts index 61ba575b910..9ba65da8c2e 100644 --- a/lib/node_modules/@stdlib/math/base/special/aversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/aversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse versed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/bernoulli/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/bernoulli/docs/types/index.d.ts index fa5c558ad2d..07411b6d2e5 100644 --- a/lib/node_modules/@stdlib/math/base/special/bernoulli/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/bernoulli/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth Bernoulli number. diff --git a/lib/node_modules/@stdlib/math/base/special/besselj0/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/besselj0/docs/types/index.d.ts index dd09da65b3b..c01244a4be1 100644 --- a/lib/node_modules/@stdlib/math/base/special/besselj0/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/besselj0/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Bessel function of the first kind of order zero. diff --git a/lib/node_modules/@stdlib/math/base/special/besselj1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/besselj1/docs/types/index.d.ts index 07b6df49f14..ced7ad1f565 100644 --- a/lib/node_modules/@stdlib/math/base/special/besselj1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/besselj1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Bessel function of the first kind of order one. diff --git a/lib/node_modules/@stdlib/math/base/special/bessely0/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/bessely0/docs/types/index.d.ts index f674a5b4dd3..58f7b465d71 100644 --- a/lib/node_modules/@stdlib/math/base/special/bessely0/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/bessely0/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Bessel function of the second kind of order zero. diff --git a/lib/node_modules/@stdlib/math/base/special/bessely1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/bessely1/docs/types/index.d.ts index b7a7a43c04a..97cc96fd6ee 100644 --- a/lib/node_modules/@stdlib/math/base/special/bessely1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/bessely1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Bessel function of the second kind of order one. diff --git a/lib/node_modules/@stdlib/math/base/special/beta/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/beta/docs/types/index.d.ts index fbc5999791e..5e19224906d 100644 --- a/lib/node_modules/@stdlib/math/base/special/beta/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/beta/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluate the beta function. diff --git a/lib/node_modules/@stdlib/math/base/special/betainc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/betainc/docs/types/index.d.ts index 1f6a6ed8669..4433844b53c 100644 --- a/lib/node_modules/@stdlib/math/base/special/betainc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/betainc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the incomplete beta function. diff --git a/lib/node_modules/@stdlib/math/base/special/betaincinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/betaincinv/docs/types/index.d.ts index 1eaa2d33f82..e781e84cd53 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaincinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/betaincinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse of the lower incomplete beta function. diff --git a/lib/node_modules/@stdlib/math/base/special/betaln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/betaln/docs/types/index.d.ts index b34e79768ee..b381d7cc03e 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/betaln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluate the natural logarithm of the beta function. diff --git a/lib/node_modules/@stdlib/math/base/special/binet/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/binet/docs/types/index.d.ts index 1868b664a57..f6bfb04b641 100644 --- a/lib/node_modules/@stdlib/math/base/special/binet/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/binet/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates Binet's formula extended to real numbers. diff --git a/lib/node_modules/@stdlib/math/base/special/binomcoef/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/binomcoef/docs/types/index.d.ts index 5e052b491c6..99998f8a829 100644 --- a/lib/node_modules/@stdlib/math/base/special/binomcoef/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/binomcoef/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the binomial coefficient of two integers. diff --git a/lib/node_modules/@stdlib/math/base/special/binomcoefln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/binomcoefln/docs/types/index.d.ts index 9855be908b6..e2f0eadebca 100644 --- a/lib/node_modules/@stdlib/math/base/special/binomcoefln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/binomcoefln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the natural logarithm of the binomial coefficient of two integers. diff --git a/lib/node_modules/@stdlib/math/base/special/boxcox/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/boxcox/docs/types/index.d.ts index fe8f2034220..9ccbc658678 100644 --- a/lib/node_modules/@stdlib/math/base/special/boxcox/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/boxcox/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes a one-parameter Box-Cox transformation. diff --git a/lib/node_modules/@stdlib/math/base/special/boxcox1p/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/boxcox1p/docs/types/index.d.ts index 4e2f5b5276e..dc89f1c9d11 100644 --- a/lib/node_modules/@stdlib/math/base/special/boxcox1p/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/boxcox1p/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes a one-parameter Box-Cox transformation of `1+x`. diff --git a/lib/node_modules/@stdlib/math/base/special/boxcox1pinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/boxcox1pinv/docs/types/index.d.ts index 9859dd06e59..11e1fa53234 100644 --- a/lib/node_modules/@stdlib/math/base/special/boxcox1pinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/boxcox1pinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse of a one-parameter Box-Cox transformation for `1+x`. diff --git a/lib/node_modules/@stdlib/math/base/special/boxcoxinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/boxcoxinv/docs/types/index.d.ts index ca156232056..9a563c0b902 100644 --- a/lib/node_modules/@stdlib/math/base/special/boxcoxinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/boxcoxinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the inverse of a one-parameter Box-Cox transformation. diff --git a/lib/node_modules/@stdlib/math/base/special/cabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cabs/docs/types/index.d.ts index 41c16d6d65f..6f9d7f376f3 100644 --- a/lib/node_modules/@stdlib/math/base/special/cabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cabs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cabs2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cabs2/docs/types/index.d.ts index e130da28b2d..df8099abeee 100644 --- a/lib/node_modules/@stdlib/math/base/special/cabs2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cabs2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cabs2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cabs2f/docs/types/index.d.ts index 2ad3081ebe7..4f4b0e975e9 100644 --- a/lib/node_modules/@stdlib/math/base/special/cabs2f/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cabs2f/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cabsf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cabsf/docs/types/index.d.ts index f340fbf283d..715334ac133 100644 --- a/lib/node_modules/@stdlib/math/base/special/cabsf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cabsf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cbrt/docs/types/index.d.ts index 3dded5e4e0e..0c6c962f164 100644 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cbrt/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the cube root of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/cbrtf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cbrtf/docs/types/index.d.ts index ba7e005c09e..9771a80257f 100644 --- a/lib/node_modules/@stdlib/math/base/special/cbrtf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cbrtf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the cube root of a single-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/cceil/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cceil/docs/types/index.d.ts index 1e3119da4cd..99004abf905 100644 --- a/lib/node_modules/@stdlib/math/base/special/cceil/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cceil/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cceilf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cceilf/docs/types/index.d.ts index 2a7c2f7a660..d99f4f263a7 100644 --- a/lib/node_modules/@stdlib/math/base/special/cceilf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cceilf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cceiln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cceiln/docs/types/index.d.ts index b60795311e2..6efbed8abe5 100644 --- a/lib/node_modules/@stdlib/math/base/special/cceiln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cceiln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/ccis/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ccis/docs/types/index.d.ts index 7d6f1b14775..57ec10642be 100644 --- a/lib/node_modules/@stdlib/math/base/special/ccis/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ccis/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/ceil/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceil/docs/types/index.d.ts index b67e0a5825c..6610c3fc9d1 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceil/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceil/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a double-precision floating-point number toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceil10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceil10/docs/types/index.d.ts index 5a22e5cf8dc..77fa457f1d0 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceil10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceil10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of `10` toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceil2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceil2/docs/types/index.d.ts index b4a72537d70..dacf987d65a 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceil2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceil2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of two toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceilb/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceilb/docs/types/index.d.ts index 341783d2300..8c25ad1339d 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceilb/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceilb/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of \\(b^n\\) toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceilf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceilf/docs/types/index.d.ts index 63321813875..495c8afbee9 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceilf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceilf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a single-precision floating-point number toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceiln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceiln/docs/types/index.d.ts index 250219fe70b..e5736ba3eca 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceiln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceiln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of `10^n` toward positive infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/ceilsd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ceilsd/docs/types/index.d.ts index 2ba111a3eba..4c49694e641 100644 --- a/lib/node_modules/@stdlib/math/base/special/ceilsd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ceilsd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest number toward positive infinity with \\(n\\) significant figures. diff --git a/lib/node_modules/@stdlib/math/base/special/cexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cexp/docs/types/index.d.ts index daaf5b1bd95..977d881c5ad 100644 --- a/lib/node_modules/@stdlib/math/base/special/cexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cflipsign/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cflipsign/docs/types/index.d.ts index 2fa34355d8e..4e8f11bde59 100644 --- a/lib/node_modules/@stdlib/math/base/special/cflipsign/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cflipsign/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cflipsignf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cflipsignf/docs/types/index.d.ts index f884bc12181..fe50a292357 100644 --- a/lib/node_modules/@stdlib/math/base/special/cflipsignf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cflipsignf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cfloor/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cfloor/docs/types/index.d.ts index c81637074aa..61e573180a3 100644 --- a/lib/node_modules/@stdlib/math/base/special/cfloor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cfloor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cfloorn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cfloorn/docs/types/index.d.ts index b37eae8041b..68d561b0940 100644 --- a/lib/node_modules/@stdlib/math/base/special/cfloorn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cfloorn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cidentity/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cidentity/docs/types/index.d.ts index 350b83b6815..38319417701 100644 --- a/lib/node_modules/@stdlib/math/base/special/cidentity/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cidentity/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cidentityf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cidentityf/docs/types/index.d.ts index 42b57f01f80..667a3cd976c 100644 --- a/lib/node_modules/@stdlib/math/base/special/cidentityf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cidentityf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cinv/docs/types/index.d.ts index bfcdbd7db04..7e825030cb7 100644 --- a/lib/node_modules/@stdlib/math/base/special/cinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/clamp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/clamp/docs/types/index.d.ts index e403cc7a8f7..7b2ee9fec0c 100644 --- a/lib/node_modules/@stdlib/math/base/special/clamp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/clamp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Restricts a double-precision floating-point number to a specified range. diff --git a/lib/node_modules/@stdlib/math/base/special/clampf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/clampf/docs/types/index.d.ts index 24bb0e91fa6..263391fba26 100644 --- a/lib/node_modules/@stdlib/math/base/special/clampf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/clampf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Restricts a single-precision floating-point number to a specified range. diff --git a/lib/node_modules/@stdlib/math/base/special/copysign/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/copysign/docs/types/index.d.ts index 045c4e7111a..acd36f3cd96 100644 --- a/lib/node_modules/@stdlib/math/base/special/copysign/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/copysign/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a double-precision floating-point number with the magnitude of `x` and the sign of `y`. diff --git a/lib/node_modules/@stdlib/math/base/special/copysignf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/copysignf/docs/types/index.d.ts index e2fe76a436a..90acdce3afb 100644 --- a/lib/node_modules/@stdlib/math/base/special/copysignf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/copysignf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a single-precision floating-point number with the magnitude of `x` and the sign of `y`. diff --git a/lib/node_modules/@stdlib/math/base/special/cos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cos/docs/types/index.d.ts index e3791901514..e70ea7e568f 100644 --- a/lib/node_modules/@stdlib/math/base/special/cos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the cosine of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/cosh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cosh/docs/types/index.d.ts index 1f3b8860393..5f8d9c79f82 100644 --- a/lib/node_modules/@stdlib/math/base/special/cosh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cosh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic cosine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/cosm1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cosm1/docs/types/index.d.ts index d32e6f4a478..fe2d4dcc0db 100644 --- a/lib/node_modules/@stdlib/math/base/special/cosm1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cosm1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the cosine of a number minus one. diff --git a/lib/node_modules/@stdlib/math/base/special/cospi/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cospi/docs/types/index.d.ts index 09ea5a5b755..9e03bbeaa6a 100644 --- a/lib/node_modules/@stdlib/math/base/special/cospi/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cospi/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the value of `cos(πx)`. diff --git a/lib/node_modules/@stdlib/math/base/special/cot/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cot/docs/types/index.d.ts index 772a47a7a75..8ef0855aa69 100644 --- a/lib/node_modules/@stdlib/math/base/special/cot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the cotangent of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/coth/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/coth/docs/types/index.d.ts index db34ea105da..40fba3909ea 100644 --- a/lib/node_modules/@stdlib/math/base/special/coth/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/coth/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic cotangent of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/covercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/covercos/docs/types/index.d.ts index 880bfe707e8..8820c0fd2cd 100644 --- a/lib/node_modules/@stdlib/math/base/special/covercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/covercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the coversed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/coversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/coversin/docs/types/index.d.ts index fdcb3032a96..e98f2dfd873 100644 --- a/lib/node_modules/@stdlib/math/base/special/coversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/coversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the coversed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/cphase/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cphase/docs/types/index.d.ts index 0b0b897f6e2..3483f9c2c05 100644 --- a/lib/node_modules/@stdlib/math/base/special/cphase/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cphase/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cpolar/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cpolar/docs/types/index.d.ts index 0fad2d665aa..5516e256624 100644 --- a/lib/node_modules/@stdlib/math/base/special/cpolar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cpolar/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/cround/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cround/docs/types/index.d.ts index 2c8032af1e2..e53912e6a89 100644 --- a/lib/node_modules/@stdlib/math/base/special/cround/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/cround/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/croundn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/croundn/docs/types/index.d.ts index cc842058abd..e2098b0d12b 100644 --- a/lib/node_modules/@stdlib/math/base/special/croundn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/croundn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/csch/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/csch/docs/types/index.d.ts index 54c8f825889..3bc997cc87b 100644 --- a/lib/node_modules/@stdlib/math/base/special/csch/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/csch/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic cosecant of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/csignum/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/csignum/docs/types/index.d.ts index 0ae7df6b6da..fe722a96957 100644 --- a/lib/node_modules/@stdlib/math/base/special/csignum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/csignum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/deg2rad/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/deg2rad/docs/types/index.d.ts index 6fed173bc17..d172211d0ac 100644 --- a/lib/node_modules/@stdlib/math/base/special/deg2rad/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/deg2rad/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts an angle from degrees to radians. diff --git a/lib/node_modules/@stdlib/math/base/special/deg2radf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/deg2radf/docs/types/index.d.ts index 808094b023e..6b5c5fc99e7 100644 --- a/lib/node_modules/@stdlib/math/base/special/deg2radf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/deg2radf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts an angle from degrees to radians (single-precision). diff --git a/lib/node_modules/@stdlib/math/base/special/digamma/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/digamma/docs/types/index.d.ts index 4c84344008a..e16a3ba10af 100644 --- a/lib/node_modules/@stdlib/math/base/special/digamma/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/digamma/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the digamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/dirac-delta/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/dirac-delta/docs/types/index.d.ts index c75dfa38ad0..6afa20ad03e 100644 --- a/lib/node_modules/@stdlib/math/base/special/dirac-delta/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/dirac-delta/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Dirac delta function. diff --git a/lib/node_modules/@stdlib/math/base/special/dirichlet-eta/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/dirichlet-eta/docs/types/index.d.ts index 40b90ba93fb..317cdd8b8a6 100644 --- a/lib/node_modules/@stdlib/math/base/special/dirichlet-eta/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/dirichlet-eta/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Dirichlet eta function. diff --git a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts index 7deab3cc7ba..764335aa1af 100644 --- a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/special/ellipe/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ellipe/docs/types/index.d.ts index fd179ba3aea..7b15f289741 100644 --- a/lib/node_modules/@stdlib/math/base/special/ellipe/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ellipe/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the complete elliptic integral of the second kind. diff --git a/lib/node_modules/@stdlib/math/base/special/ellipj/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ellipj/docs/types/index.d.ts index 754da4851c4..8bc1ec8c9b4 100644 --- a/lib/node_modules/@stdlib/math/base/special/ellipj/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ellipj/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Jacobi elliptic functions sn, cn, and dn. diff --git a/lib/node_modules/@stdlib/math/base/special/ellipk/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ellipk/docs/types/index.d.ts index f1f1563285d..a1143465b85 100644 --- a/lib/node_modules/@stdlib/math/base/special/ellipk/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ellipk/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the complete elliptic integral of the first kind. diff --git a/lib/node_modules/@stdlib/math/base/special/erf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/erf/docs/types/index.d.ts index d80213a7336..f50b4055792 100644 --- a/lib/node_modules/@stdlib/math/base/special/erf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/erf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the error function. diff --git a/lib/node_modules/@stdlib/math/base/special/erfc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/erfc/docs/types/index.d.ts index 88d864ff9d8..24085807c42 100644 --- a/lib/node_modules/@stdlib/math/base/special/erfc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/erfc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the complementary error function. diff --git a/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/types/index.d.ts index 55772d496b8..db96ad1f693 100644 --- a/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the inverse complementary error function. diff --git a/lib/node_modules/@stdlib/math/base/special/erfcx/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/erfcx/docs/types/index.d.ts index ff0d84d5992..40951d9a71e 100644 --- a/lib/node_modules/@stdlib/math/base/special/erfcx/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/erfcx/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the scaled complementary error function. diff --git a/lib/node_modules/@stdlib/math/base/special/erfinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/erfinv/docs/types/index.d.ts index 40c65875f21..892f28bb0e7 100644 --- a/lib/node_modules/@stdlib/math/base/special/erfinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/erfinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the inverse error function. diff --git a/lib/node_modules/@stdlib/math/base/special/exp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/exp/docs/types/index.d.ts index 6231aa51359..644b48af9f6 100644 --- a/lib/node_modules/@stdlib/math/base/special/exp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/exp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural exponential function. diff --git a/lib/node_modules/@stdlib/math/base/special/exp10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/exp10/docs/types/index.d.ts index d3cdc2a2362..2f20231593c 100644 --- a/lib/node_modules/@stdlib/math/base/special/exp10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/exp10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the base 10 exponential function. diff --git a/lib/node_modules/@stdlib/math/base/special/exp2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/exp2/docs/types/index.d.ts index 683634603ab..7945074a489 100644 --- a/lib/node_modules/@stdlib/math/base/special/exp2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/exp2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the base 2 exponential function. diff --git a/lib/node_modules/@stdlib/math/base/special/expit/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/expit/docs/types/index.d.ts index 3ce6a0452d0..6684e5a2dd0 100644 --- a/lib/node_modules/@stdlib/math/base/special/expit/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/expit/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the standard logistic function. diff --git a/lib/node_modules/@stdlib/math/base/special/expm1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/expm1/docs/types/index.d.ts index 96620fbadd7..4928a71d93b 100644 --- a/lib/node_modules/@stdlib/math/base/special/expm1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/expm1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes `exp(x)-1`, where `exp(x)` is the natural exponential function. diff --git a/lib/node_modules/@stdlib/math/base/special/expm1rel/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/expm1rel/docs/types/index.d.ts index 5d704935695..78b81fb470c 100644 --- a/lib/node_modules/@stdlib/math/base/special/expm1rel/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/expm1rel/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the relative error exponential. diff --git a/lib/node_modules/@stdlib/math/base/special/factorial/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/factorial/docs/types/index.d.ts index 2e16337486b..06b017c0b1c 100644 --- a/lib/node_modules/@stdlib/math/base/special/factorial/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/factorial/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the factorial of `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/factorialln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/factorialln/docs/types/index.d.ts index 46f47353a07..c75b1f3bf99 100644 --- a/lib/node_modules/@stdlib/math/base/special/factorialln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/factorialln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural logarithm of the factorial of `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/falling-factorial/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/falling-factorial/docs/types/index.d.ts index 09c28ef6585..eee902492cd 100644 --- a/lib/node_modules/@stdlib/math/base/special/falling-factorial/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/falling-factorial/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the falling factorial of `x` and `n`. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/abs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/abs/docs/types/index.d.ts index 2ffd26b5507..5be0b1825ce 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/abs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/abs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the absolute value of `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/acosh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/acosh/docs/types/index.d.ts index c9ec539997a..582b47d1619 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/acosh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/acosh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arccosine of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/docs/types/index.d.ts index a3a3f50a051..f2b645979e7 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/alpha-max-plus-beta-min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hypotenuse using the alpha max plus beta min algorithm. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/asinh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/asinh/docs/types/index.d.ts index 0c4d77b83e7..24de6c6f947 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/asinh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/asinh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arcsine of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/atanh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/atanh/docs/types/index.d.ts index d172a13157c..c646cd9ac75 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/atanh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/atanh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic arctangent of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/docs/types/index.d.ts index 7fafded332c..073ac1f9348 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/special/fast/hypot/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/hypot/docs/types/index.d.ts index fa371969f9c..d664bf07291 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/hypot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/hypot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hypotenuse. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/max/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/max/docs/types/index.d.ts index e59a7cd838e..617c3893aa2 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/max/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum value. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/min/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/min/docs/types/index.d.ts index b846f9daf79..7c8c32af9c0 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum value. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/pow-int/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/pow-int/docs/types/index.d.ts index 368d5ba7a18..716e03d7bff 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/pow-int/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/pow-int/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the exponential function given a signed 32-bit integer exponent. diff --git a/lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/docs/types/index.d.ts index 8ea62c0be96..7f1e0b2097d 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes an integer binary logarithm (base two). diff --git a/lib/node_modules/@stdlib/math/base/special/fast/uint32-sqrt/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fast/uint32-sqrt/docs/types/index.d.ts index 47e03ebad6f..002b5a3f482 100644 --- a/lib/node_modules/@stdlib/math/base/special/fast/uint32-sqrt/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fast/uint32-sqrt/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns an integer square root. diff --git a/lib/node_modules/@stdlib/math/base/special/fibonacci-index/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fibonacci-index/docs/types/index.d.ts index 4a8de37f9c4..fcab7708746 100644 --- a/lib/node_modules/@stdlib/math/base/special/fibonacci-index/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fibonacci-index/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Fibonacci number index. diff --git a/lib/node_modules/@stdlib/math/base/special/fibonacci/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fibonacci/docs/types/index.d.ts index 87c0363dd71..ed60c2061ac 100644 --- a/lib/node_modules/@stdlib/math/base/special/fibonacci/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fibonacci/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth Fibonacci number. diff --git a/lib/node_modules/@stdlib/math/base/special/flipsign/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/flipsign/docs/types/index.d.ts index b73cf5a07f3..2964c9ce334 100644 --- a/lib/node_modules/@stdlib/math/base/special/flipsign/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/flipsign/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a double-precision floating-point number with the magnitude of `x` and the sign of `x*y`. diff --git a/lib/node_modules/@stdlib/math/base/special/flipsignf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/flipsignf/docs/types/index.d.ts index 1d5888acf06..89009e3966e 100644 --- a/lib/node_modules/@stdlib/math/base/special/flipsignf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/flipsignf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns a single-precision floating-point number with the magnitude of `x` and the sign of `x*y`. diff --git a/lib/node_modules/@stdlib/math/base/special/floor/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floor/docs/types/index.d.ts index 055161ebc85..68ef5458188 100644 --- a/lib/node_modules/@stdlib/math/base/special/floor/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floor/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a double-precision floating-point number toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floor10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floor10/docs/types/index.d.ts index eaf0380888c..209f67aa136 100644 --- a/lib/node_modules/@stdlib/math/base/special/floor10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floor10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of `10` toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floor2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floor2/docs/types/index.d.ts index 592631fd1f7..8af46b97065 100644 --- a/lib/node_modules/@stdlib/math/base/special/floor2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floor2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of two toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floorb/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floorb/docs/types/index.d.ts index 38eb2cd0f31..806b7eac630 100644 --- a/lib/node_modules/@stdlib/math/base/special/floorb/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floorb/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of \\(b^n\\) toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floorf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floorf/docs/types/index.d.ts index 52c49c9e604..f51213d0b2e 100644 --- a/lib/node_modules/@stdlib/math/base/special/floorf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floorf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a single-precision floating-point number toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floorn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floorn/docs/types/index.d.ts index be04cef93fd..7df28828b99 100644 --- a/lib/node_modules/@stdlib/math/base/special/floorn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floorn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of `10^n` toward negative infinity. diff --git a/lib/node_modules/@stdlib/math/base/special/floorsd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/floorsd/docs/types/index.d.ts index 806ce0e6cc1..38e8fe0d19f 100644 --- a/lib/node_modules/@stdlib/math/base/special/floorsd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/floorsd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest number toward negative infinity with \\(n\\) significant figures. diff --git a/lib/node_modules/@stdlib/math/base/special/fresnel/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fresnel/docs/types/index.d.ts index 66af4de5d7c..812b5344c2c 100644 --- a/lib/node_modules/@stdlib/math/base/special/fresnel/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fresnel/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/fresnelc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fresnelc/docs/types/index.d.ts index 11a69debd20..5a03a2027a0 100644 --- a/lib/node_modules/@stdlib/math/base/special/fresnelc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fresnelc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Fresnel integral C(x). diff --git a/lib/node_modules/@stdlib/math/base/special/fresnels/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/fresnels/docs/types/index.d.ts index 47eb8a0f4c8..783cdc9c97c 100644 --- a/lib/node_modules/@stdlib/math/base/special/fresnels/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/fresnels/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the Fresnel integral S(x). diff --git a/lib/node_modules/@stdlib/math/base/special/frexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/frexp/docs/types/index.d.ts index f270a59ab7e..099b6ee158b 100644 --- a/lib/node_modules/@stdlib/math/base/special/frexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/frexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/docs/types/index.d.ts index 136fca02832..6367e0cbd10 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the ratio of two gamma functions. diff --git a/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/types/index.d.ts index 7b0164d8d1e..f80b702b415 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Calculates the Lanczos sum for the approximation of the gamma function (scaled by `exp(-g)`, where `g = 10.900511`. diff --git a/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/docs/types/index.d.ts index 096f63499cc..e1ca8919772 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Calculates the Lanczos sum approximation. diff --git a/lib/node_modules/@stdlib/math/base/special/gamma/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gamma/docs/types/index.d.ts index 0b40103da34..0d40201e7b5 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gamma/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the gamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/gamma1pm1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gamma1pm1/docs/types/index.d.ts index fed66ca5e8a..e86dc0066a6 100644 --- a/lib/node_modules/@stdlib/math/base/special/gamma1pm1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gamma1pm1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes `gamma(x+1) - 1`. diff --git a/lib/node_modules/@stdlib/math/base/special/gammainc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gammainc/docs/types/index.d.ts index 4a631025cce..e92ff818f84 100644 --- a/lib/node_modules/@stdlib/math/base/special/gammainc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gammainc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the regularized incomplete gamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/gammaincinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gammaincinv/docs/types/index.d.ts index de853a020be..6ea0e6c32c0 100644 --- a/lib/node_modules/@stdlib/math/base/special/gammaincinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gammaincinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Inverts the lower gamma function; i.e., computes `xr` such that `P(a,xr) = p`. diff --git a/lib/node_modules/@stdlib/math/base/special/gammaln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gammaln/docs/types/index.d.ts index 4e0133818e3..9d092feaabf 100644 --- a/lib/node_modules/@stdlib/math/base/special/gammaln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gammaln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural logarithm of the gamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/gammasgn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gammasgn/docs/types/index.d.ts index 40f17d1be2c..3f0db82436d 100644 --- a/lib/node_modules/@stdlib/math/base/special/gammasgn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gammasgn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the sign of the gamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/gcd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/gcd/docs/types/index.d.ts index 34bc6ac852e..826fe023ca6 100644 --- a/lib/node_modules/@stdlib/math/base/special/gcd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/gcd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the greatest common divisor (gcd). diff --git a/lib/node_modules/@stdlib/math/base/special/hacovercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/hacovercos/docs/types/index.d.ts index 7d5661e0440..e5c348c4e85 100644 --- a/lib/node_modules/@stdlib/math/base/special/hacovercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/hacovercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the half-value coversed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/hacoversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/hacoversin/docs/types/index.d.ts index aa3b282ad49..67046d4eb3a 100644 --- a/lib/node_modules/@stdlib/math/base/special/hacoversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/hacoversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the half-value coversed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/havercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/havercos/docs/types/index.d.ts index 3ad5bd34fc0..94e2e1975d1 100644 --- a/lib/node_modules/@stdlib/math/base/special/havercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/havercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the half-value versed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/haversin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/haversin/docs/types/index.d.ts index 4ea4d93f133..90c4f6b5aa5 100644 --- a/lib/node_modules/@stdlib/math/base/special/haversin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/haversin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the half-value versed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/heaviside/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/heaviside/docs/types/index.d.ts index 79755795f51..0c7826465b7 100644 --- a/lib/node_modules/@stdlib/math/base/special/heaviside/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/heaviside/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Heaviside function. diff --git a/lib/node_modules/@stdlib/math/base/special/hypot/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/hypot/docs/types/index.d.ts index 8bf0ab3aa79..694fd8ae1d7 100644 --- a/lib/node_modules/@stdlib/math/base/special/hypot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/hypot/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hypotenuse avoiding overflow and underflow. diff --git a/lib/node_modules/@stdlib/math/base/special/hypotf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/hypotf/docs/types/index.d.ts index e03bbf81bcf..0d8dd804204 100644 --- a/lib/node_modules/@stdlib/math/base/special/hypotf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/hypotf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hypotenuse avoiding overflow and underflow (single-precision). diff --git a/lib/node_modules/@stdlib/math/base/special/identity/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/identity/docs/types/index.d.ts index dc7bce546f9..ec829b36156 100644 --- a/lib/node_modules/@stdlib/math/base/special/identity/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/identity/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the identity function for double-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/identityf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/identityf/docs/types/index.d.ts index c68b6952e7a..9fc952dffeb 100644 --- a/lib/node_modules/@stdlib/math/base/special/identityf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/identityf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the identity function for single-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/inv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/inv/docs/types/index.d.ts index 033e8e392cf..fbdc4b24c02 100644 --- a/lib/node_modules/@stdlib/math/base/special/inv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/inv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the multiplicative inverse of a double-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/invf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/invf/docs/types/index.d.ts index 20b29b8a125..19c520cc56f 100644 --- a/lib/node_modules/@stdlib/math/base/special/invf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/invf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the multiplicative inverse of a single-precision floating-point number `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-betainc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kernel-betainc/docs/types/index.d.ts index 111bc96b814..a7f617ff9d6 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-betainc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kernel-betainc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-betaincinv/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kernel-betaincinv/docs/types/index.d.ts index 62d306ae04f..b741f8bdd65 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-betaincinv/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kernel-betaincinv/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Calculates the inverse of the incomplete beta function. diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-cos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kernel-cos/docs/types/index.d.ts index 0bc938e10ba..f987c02ad28 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-cos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kernel-cos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the cosine of a double-precision floating-point number on `[-π/4, π/4]`. diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-sin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kernel-sin/docs/types/index.d.ts index 24de8dafec3..fd038f84027 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-sin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kernel-sin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the sine of a double-precision floating-point number on `[-π/4, π/4]`. diff --git a/lib/node_modules/@stdlib/math/base/special/kernel-tan/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kernel-tan/docs/types/index.d.ts index d1a90a95b5a..51b9a1c09bc 100644 --- a/lib/node_modules/@stdlib/math/base/special/kernel-tan/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kernel-tan/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the tangent of a double-precision floating-point number on `[-π/4, π/4]`. diff --git a/lib/node_modules/@stdlib/math/base/special/kronecker-delta/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kronecker-delta/docs/types/index.d.ts index a8b09eee594..a2ae5332016 100644 --- a/lib/node_modules/@stdlib/math/base/special/kronecker-delta/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kronecker-delta/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Kronecker delta. diff --git a/lib/node_modules/@stdlib/math/base/special/kronecker-deltaf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/kronecker-deltaf/docs/types/index.d.ts index f6a9332bc3c..51b6199ad2a 100644 --- a/lib/node_modules/@stdlib/math/base/special/kronecker-deltaf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/kronecker-deltaf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Kronecker delta (single-precision). diff --git a/lib/node_modules/@stdlib/math/base/special/labs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/labs/docs/types/index.d.ts index e7b6192f360..2547539bf86 100644 --- a/lib/node_modules/@stdlib/math/base/special/labs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/labs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes an absolute value of a signed 32-bit integer in two's complement format. diff --git a/lib/node_modules/@stdlib/math/base/special/lcm/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/lcm/docs/types/index.d.ts index 949446cb889..23622a9d744 100644 --- a/lib/node_modules/@stdlib/math/base/special/lcm/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/lcm/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the least common multiple (lcm). diff --git a/lib/node_modules/@stdlib/math/base/special/ldexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ldexp/docs/types/index.d.ts index 8eb84be120e..7319f190a9f 100644 --- a/lib/node_modules/@stdlib/math/base/special/ldexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ldexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Multiplies a double-precision floating-point number by an integer power of two. diff --git a/lib/node_modules/@stdlib/math/base/special/ln/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ln/docs/types/index.d.ts index 283afc63ff4..3c9f5c3375d 100644 --- a/lib/node_modules/@stdlib/math/base/special/ln/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ln/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural logarithm of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/log/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log/docs/types/index.d.ts index 9284b1ee995..33daed80a0c 100644 --- a/lib/node_modules/@stdlib/math/base/special/log/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the base `b` logarithm of `x`. diff --git a/lib/node_modules/@stdlib/math/base/special/log10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log10/docs/types/index.d.ts index c5df0cc2370..791b828935a 100644 --- a/lib/node_modules/@stdlib/math/base/special/log10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the common logarithm (base ten). diff --git a/lib/node_modules/@stdlib/math/base/special/log1mexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log1mexp/docs/types/index.d.ts index 2f4f9f2be67..7d066aaaac5 100644 --- a/lib/node_modules/@stdlib/math/base/special/log1mexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log1mexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the natural logarithm of `1-exp(-|x|)`. diff --git a/lib/node_modules/@stdlib/math/base/special/log1p/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log1p/docs/types/index.d.ts index 773c4284f1a..5fc8c300a6d 100644 --- a/lib/node_modules/@stdlib/math/base/special/log1p/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log1p/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural logarithm of `1+x`. diff --git a/lib/node_modules/@stdlib/math/base/special/log1pexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log1pexp/docs/types/index.d.ts index fc6b13145ec..6e29033157b 100644 --- a/lib/node_modules/@stdlib/math/base/special/log1pexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log1pexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the natural logarithm of `1 + exp(x)`. diff --git a/lib/node_modules/@stdlib/math/base/special/log2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/log2/docs/types/index.d.ts index 42976727be9..b9e13c5c57b 100644 --- a/lib/node_modules/@stdlib/math/base/special/log2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/log2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the binary logarithm (base two). diff --git a/lib/node_modules/@stdlib/math/base/special/logaddexp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/logaddexp/docs/types/index.d.ts index a2e689cde30..cb4a9ddc3db 100644 --- a/lib/node_modules/@stdlib/math/base/special/logaddexp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/logaddexp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the natural logarithm of `exp(x) + exp(y)`. diff --git a/lib/node_modules/@stdlib/math/base/special/logit/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/logit/docs/types/index.d.ts index 6f80da38d45..19c7f14a706 100644 --- a/lib/node_modules/@stdlib/math/base/special/logit/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/logit/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the logit function. diff --git a/lib/node_modules/@stdlib/math/base/special/lucas/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/lucas/docs/types/index.d.ts index a6c1aae9a29..136ff9f9c11 100644 --- a/lib/node_modules/@stdlib/math/base/special/lucas/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/lucas/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth Lucas number. diff --git a/lib/node_modules/@stdlib/math/base/special/max/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/max/docs/types/index.d.ts index 6895b6d16a7..5c237497994 100644 --- a/lib/node_modules/@stdlib/math/base/special/max/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/max/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum value. diff --git a/lib/node_modules/@stdlib/math/base/special/maxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/maxabs/docs/types/index.d.ts index 5f13f17e247..69e37131d6e 100644 --- a/lib/node_modules/@stdlib/math/base/special/maxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/maxabs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum absolute value. diff --git a/lib/node_modules/@stdlib/math/base/special/maxabsn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/maxabsn/docs/types/index.d.ts index 3e404724030..cda5aa4ac11 100644 --- a/lib/node_modules/@stdlib/math/base/special/maxabsn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/maxabsn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum absolute value. diff --git a/lib/node_modules/@stdlib/math/base/special/maxn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/maxn/docs/types/index.d.ts index 65d503ee9e1..19118772216 100644 --- a/lib/node_modules/@stdlib/math/base/special/maxn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/maxn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the maximum value. diff --git a/lib/node_modules/@stdlib/math/base/special/min/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/min/docs/types/index.d.ts index 036576fc1b8..53d95b13eb9 100644 --- a/lib/node_modules/@stdlib/math/base/special/min/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/min/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum value. diff --git a/lib/node_modules/@stdlib/math/base/special/minabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minabs/docs/types/index.d.ts index f61f7a47e86..69168322820 100644 --- a/lib/node_modules/@stdlib/math/base/special/minabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minabs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum absolute value. diff --git a/lib/node_modules/@stdlib/math/base/special/minabsn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minabsn/docs/types/index.d.ts index 0e349afc947..2db4c55ebd3 100644 --- a/lib/node_modules/@stdlib/math/base/special/minabsn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minabsn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum absolute value. diff --git a/lib/node_modules/@stdlib/math/base/special/minmax/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minmax/docs/types/index.d.ts index ab42f50f3f0..1cc927e4d4d 100644 --- a/lib/node_modules/@stdlib/math/base/special/minmax/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minmax/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/minmaxabs/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minmaxabs/docs/types/index.d.ts index 10ceab7b662..3a348937e9a 100644 --- a/lib/node_modules/@stdlib/math/base/special/minmaxabs/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minmaxabs/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/minmaxabsn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minmaxabsn/docs/types/index.d.ts index a246f3064a2..4dd6e78df5c 100644 --- a/lib/node_modules/@stdlib/math/base/special/minmaxabsn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minmaxabsn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/minmaxn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minmaxn/docs/types/index.d.ts index 8821780815b..5136bb7639a 100644 --- a/lib/node_modules/@stdlib/math/base/special/minmaxn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minmaxn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/minn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/minn/docs/types/index.d.ts index ad8c0d21836..cbf356735c2 100644 --- a/lib/node_modules/@stdlib/math/base/special/minn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/minn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the minimum value. diff --git a/lib/node_modules/@stdlib/math/base/special/modf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/modf/docs/types/index.d.ts index 858705d6199..e289bc97a7a 100644 --- a/lib/node_modules/@stdlib/math/base/special/modf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/modf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/negafibonacci/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/negafibonacci/docs/types/index.d.ts index 36415f48afe..b9a1930d133 100644 --- a/lib/node_modules/@stdlib/math/base/special/negafibonacci/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/negafibonacci/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth negaFibonacci number. diff --git a/lib/node_modules/@stdlib/math/base/special/negalucas/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/negalucas/docs/types/index.d.ts index b0d9206d8d8..0a1021f648a 100644 --- a/lib/node_modules/@stdlib/math/base/special/negalucas/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/negalucas/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth negaLucas number. diff --git a/lib/node_modules/@stdlib/math/base/special/nonfibonacci/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/nonfibonacci/docs/types/index.d.ts index b6f31841882..99803f7c41d 100644 --- a/lib/node_modules/@stdlib/math/base/special/nonfibonacci/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/nonfibonacci/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth non-Fibonacci number. diff --git a/lib/node_modules/@stdlib/math/base/special/pdiff/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/pdiff/docs/types/index.d.ts index fbfe6cd9630..a83ad3ff847 100644 --- a/lib/node_modules/@stdlib/math/base/special/pdiff/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/pdiff/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the positive difference between `x` and `y` if `x > y`; otherwise, returns `0`. diff --git a/lib/node_modules/@stdlib/math/base/special/pdifff/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/pdifff/docs/types/index.d.ts index a56139e66bf..458a6d63431 100644 --- a/lib/node_modules/@stdlib/math/base/special/pdifff/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/pdifff/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Returns the positive difference between `x` and `y` if `x > y`; otherwise, returns `0`. diff --git a/lib/node_modules/@stdlib/math/base/special/polygamma/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/polygamma/docs/types/index.d.ts index cb8265681b7..3e1656bc19d 100644 --- a/lib/node_modules/@stdlib/math/base/special/polygamma/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/polygamma/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the polygamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/pow/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/pow/docs/types/index.d.ts index 82f997fa149..35e1b5739e9 100644 --- a/lib/node_modules/@stdlib/math/base/special/pow/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/pow/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the exponential function. diff --git a/lib/node_modules/@stdlib/math/base/special/powm1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/powm1/docs/types/index.d.ts index 61694a97836..75b2ceacc51 100644 --- a/lib/node_modules/@stdlib/math/base/special/powm1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/powm1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates `bˣ - 1`. diff --git a/lib/node_modules/@stdlib/math/base/special/rad2deg/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rad2deg/docs/types/index.d.ts index b2960c332a9..3fd19c633bb 100644 --- a/lib/node_modules/@stdlib/math/base/special/rad2deg/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rad2deg/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Converts an angle from radians to degrees. diff --git a/lib/node_modules/@stdlib/math/base/special/ramp/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/ramp/docs/types/index.d.ts index 8e35f5cd88a..d7ca4e02a4c 100644 --- a/lib/node_modules/@stdlib/math/base/special/ramp/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/ramp/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the ramp function. diff --git a/lib/node_modules/@stdlib/math/base/special/rampf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rampf/docs/types/index.d.ts index 63b809e4c4c..a9df74baa35 100644 --- a/lib/node_modules/@stdlib/math/base/special/rampf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rampf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the ramp function (single-precision). diff --git a/lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types/index.d.ts index cea83867a43..1f6aaec7e5a 100644 --- a/lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the reciprocal cube root of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/rempio2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rempio2/docs/types/index.d.ts index d6f3b291f6a..b99a2f922ea 100644 --- a/lib/node_modules/@stdlib/math/base/special/rempio2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rempio2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/riemann-zeta/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/riemann-zeta/docs/types/index.d.ts index 08f0fe5dd8b..fb050bfdb37 100644 --- a/lib/node_modules/@stdlib/math/base/special/riemann-zeta/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/riemann-zeta/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the Riemann zeta function as a function of a real variable `s`. diff --git a/lib/node_modules/@stdlib/math/base/special/rising-factorial/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rising-factorial/docs/types/index.d.ts index 73f55db4b09..0bfada2865c 100644 --- a/lib/node_modules/@stdlib/math/base/special/rising-factorial/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rising-factorial/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the rising factorial of `x` and `n`. diff --git a/lib/node_modules/@stdlib/math/base/special/round/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/round/docs/types/index.d.ts index 9098f2b330c..3e186b71107 100644 --- a/lib/node_modules/@stdlib/math/base/special/round/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/round/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest integer. diff --git a/lib/node_modules/@stdlib/math/base/special/round10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/round10/docs/types/index.d.ts index bbb0dbb2e25..74f1b0def0d 100644 --- a/lib/node_modules/@stdlib/math/base/special/round10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/round10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of `10` on a linear scale. diff --git a/lib/node_modules/@stdlib/math/base/special/round2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/round2/docs/types/index.d.ts index 73d0d006f61..b3fa1eaeb84 100644 --- a/lib/node_modules/@stdlib/math/base/special/round2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/round2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of two on a linear scale. diff --git a/lib/node_modules/@stdlib/math/base/special/roundb/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/roundb/docs/types/index.d.ts index 8320b1bae2e..c812d393d83 100644 --- a/lib/node_modules/@stdlib/math/base/special/roundb/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/roundb/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of \\(b^n\\) on a linear scale. diff --git a/lib/node_modules/@stdlib/math/base/special/roundn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/roundn/docs/types/index.d.ts index b7db6bb7edc..fb672d7deba 100644 --- a/lib/node_modules/@stdlib/math/base/special/roundn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/roundn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of `10^n`. diff --git a/lib/node_modules/@stdlib/math/base/special/roundsd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/roundsd/docs/types/index.d.ts index 9cbc1c34271..1d8e6909a88 100644 --- a/lib/node_modules/@stdlib/math/base/special/roundsd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/roundsd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest number with \\(n\\) significant figures. diff --git a/lib/node_modules/@stdlib/math/base/special/rsqrt/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rsqrt/docs/types/index.d.ts index ea330e2bd47..d4b44efa7f2 100644 --- a/lib/node_modules/@stdlib/math/base/special/rsqrt/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rsqrt/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the reciprocal square root of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/rsqrtf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/rsqrtf/docs/types/index.d.ts index 9a1555e0cd0..9c145bd9815 100644 --- a/lib/node_modules/@stdlib/math/base/special/rsqrtf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/rsqrtf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the reciprocal square root of a single-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/sici/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sici/docs/types/index.d.ts index 6a3bf363722..34cfb3b0840 100644 --- a/lib/node_modules/@stdlib/math/base/special/sici/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sici/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/signum/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/signum/docs/types/index.d.ts index 505b75d08c9..c916abca170 100644 --- a/lib/node_modules/@stdlib/math/base/special/signum/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/signum/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the signum function for a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/signumf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/signumf/docs/types/index.d.ts index 8258f3b9ec2..3147d183258 100644 --- a/lib/node_modules/@stdlib/math/base/special/signumf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/signumf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the signum function for a single-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/sin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sin/docs/types/index.d.ts index 5fa13493af8..c1ae6035573 100644 --- a/lib/node_modules/@stdlib/math/base/special/sin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the sine of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/sinc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sinc/docs/types/index.d.ts index 5d12a2cb336..fb83e750536 100644 --- a/lib/node_modules/@stdlib/math/base/special/sinc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sinc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the normalized cardinal sine of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/sincos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sincos/docs/types/index.d.ts index a3a0b20728a..9100f0dbae3 100644 --- a/lib/node_modules/@stdlib/math/base/special/sincos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sincos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/sincospi/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sincospi/docs/types/index.d.ts index d7678d91520..9d6ff4d6196 100644 --- a/lib/node_modules/@stdlib/math/base/special/sincospi/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sincospi/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/special/sinh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sinh/docs/types/index.d.ts index 30275544791..34993854679 100644 --- a/lib/node_modules/@stdlib/math/base/special/sinh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sinh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic sine of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/sinpi/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sinpi/docs/types/index.d.ts index f275d0a83d8..19d8cc55759 100644 --- a/lib/node_modules/@stdlib/math/base/special/sinpi/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sinpi/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the value of `sin(πx)`. diff --git a/lib/node_modules/@stdlib/math/base/special/spence/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/spence/docs/types/index.d.ts index f166f380132..ddd7eaf32a9 100644 --- a/lib/node_modules/@stdlib/math/base/special/spence/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/spence/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates Spence’s function, which is also known as the dilogarithm. diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sqrt/docs/types/index.d.ts index 4d8385d90eb..d267710b6a8 100644 --- a/lib/node_modules/@stdlib/math/base/special/sqrt/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sqrt/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the principal square root of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt1pm1/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sqrt1pm1/docs/types/index.d.ts index c48bf90d747..54db22611f8 100644 --- a/lib/node_modules/@stdlib/math/base/special/sqrt1pm1/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sqrt1pm1/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the value of `sqrt(1+x)-1`. diff --git a/lib/node_modules/@stdlib/math/base/special/sqrtf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sqrtf/docs/types/index.d.ts index e72073e8276..4d8047d2265 100644 --- a/lib/node_modules/@stdlib/math/base/special/sqrtf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sqrtf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the principal square root of a single-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/sqrtpi/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sqrtpi/docs/types/index.d.ts index a2bb38e1d68..18043c7b565 100644 --- a/lib/node_modules/@stdlib/math/base/special/sqrtpi/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/sqrtpi/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the principal square root of the product of π and a positive double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/tan/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/tan/docs/types/index.d.ts index 7359ceee931..39b4fb6f6c4 100644 --- a/lib/node_modules/@stdlib/math/base/special/tan/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/tan/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the tangent of a number. diff --git a/lib/node_modules/@stdlib/math/base/special/tanh/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/tanh/docs/types/index.d.ts index 5e86948126d..8643e7b5004 100644 --- a/lib/node_modules/@stdlib/math/base/special/tanh/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/tanh/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the hyperbolic tangent of a double-precision floating-point number. diff --git a/lib/node_modules/@stdlib/math/base/special/tribonacci/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/tribonacci/docs/types/index.d.ts index fd453a273c6..54f06e6debc 100644 --- a/lib/node_modules/@stdlib/math/base/special/tribonacci/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/tribonacci/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the nth Tribonacci number. diff --git a/lib/node_modules/@stdlib/math/base/special/trigamma/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/trigamma/docs/types/index.d.ts index dbf0ea290d8..44da93db690 100644 --- a/lib/node_modules/@stdlib/math/base/special/trigamma/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/trigamma/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the trigamma function. diff --git a/lib/node_modules/@stdlib/math/base/special/trunc/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/trunc/docs/types/index.d.ts index bfdf67ee8a0..7dd24d4ceaf 100644 --- a/lib/node_modules/@stdlib/math/base/special/trunc/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/trunc/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a double-precision floating-point number toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/trunc10/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/trunc10/docs/types/index.d.ts index 097d49b304a..fc10ae9b494 100644 --- a/lib/node_modules/@stdlib/math/base/special/trunc10/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/trunc10/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of `10` toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/trunc2/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/trunc2/docs/types/index.d.ts index 4e2bbdd6f13..7e15edda52a 100644 --- a/lib/node_modules/@stdlib/math/base/special/trunc2/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/trunc2/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest power of two toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/truncb/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/truncb/docs/types/index.d.ts index 9e0fabc3282..92e6ae6d451 100644 --- a/lib/node_modules/@stdlib/math/base/special/truncb/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/truncb/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of \\(b^n\\) toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/truncf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/truncf/docs/types/index.d.ts index e3bf196ff87..c3e5a65c17f 100644 --- a/lib/node_modules/@stdlib/math/base/special/truncf/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/truncf/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a single-precision floating-point number toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/truncn/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/truncn/docs/types/index.d.ts index ddb068d91fc..9eaf2822b1c 100644 --- a/lib/node_modules/@stdlib/math/base/special/truncn/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/truncn/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest multiple of `10^n` toward zero. diff --git a/lib/node_modules/@stdlib/math/base/special/truncsd/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/truncsd/docs/types/index.d.ts index a0170b23b12..1450cce4645 100644 --- a/lib/node_modules/@stdlib/math/base/special/truncsd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/truncsd/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Rounds a numeric value to the nearest number toward zero with \\(n\\) significant figures. diff --git a/lib/node_modules/@stdlib/math/base/special/vercos/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/vercos/docs/types/index.d.ts index 8df43699e17..b1d09f9683e 100644 --- a/lib/node_modules/@stdlib/math/base/special/vercos/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/vercos/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the versed cosine. diff --git a/lib/node_modules/@stdlib/math/base/special/versin/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/versin/docs/types/index.d.ts index d082c48831e..20f7d2c9e8c 100644 --- a/lib/node_modules/@stdlib/math/base/special/versin/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/versin/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the versed sine. diff --git a/lib/node_modules/@stdlib/math/base/special/wrap/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/wrap/docs/types/index.d.ts index d023b02f81a..69f545b343a 100644 --- a/lib/node_modules/@stdlib/math/base/special/wrap/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/wrap/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Wraps a value on the half-open interval `[min,max)`. diff --git a/lib/node_modules/@stdlib/math/base/special/xlog1py/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/xlog1py/docs/types/index.d.ts index 9f586542766..f53d1a400b7 100644 --- a/lib/node_modules/@stdlib/math/base/special/xlog1py/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/xlog1py/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes `x * ln(y+1)` so that the result is `0` if `x = 0`. diff --git a/lib/node_modules/@stdlib/math/base/special/xlogy/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/xlogy/docs/types/index.d.ts index a9cc18a36f1..9eff3c1fc22 100644 --- a/lib/node_modules/@stdlib/math/base/special/xlogy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/xlogy/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes `x * ln(y)` so that the result is `0` if `x = 0`. diff --git a/lib/node_modules/@stdlib/math/base/tools/continued-fraction/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/continued-fraction/docs/types/index.d.ts index 9efde607fe1..ee9f41c509f 100644 --- a/lib/node_modules/@stdlib/math/base/tools/continued-fraction/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/continued-fraction/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/tools/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/docs/types/index.d.ts index edc70f9ff96..437140e196a 100644 --- a/lib/node_modules/@stdlib/math/base/tools/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile-c/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile-c/docs/types/index.d.ts index 0b68759cc69..f31e964b9d4 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile-c/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile-c/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing function options. diff --git a/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile/docs/types/index.d.ts index e297e427709..68b278d2590 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalpoly-compile/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Compiles a module string which exports a function for evaluating a polynomial. diff --git a/lib/node_modules/@stdlib/math/base/tools/evalpoly/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalpoly/docs/types/index.d.ts index b418a55de39..dcea7d0cf95 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalpoly/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalpoly/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates a polynomial. diff --git a/lib/node_modules/@stdlib/math/base/tools/evalrational-compile-c/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalrational-compile-c/docs/types/index.d.ts index 6d2a4c78075..380e6299279 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalrational-compile-c/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalrational-compile-c/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Interface describing function options. diff --git a/lib/node_modules/@stdlib/math/base/tools/evalrational-compile/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalrational-compile/docs/types/index.d.ts index d02e32bdea2..f224d81c394 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalrational-compile/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalrational-compile/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Compiles a module string which exports a function for evaluating a rational function. diff --git a/lib/node_modules/@stdlib/math/base/tools/evalrational/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/evalrational/docs/types/index.d.ts index 7e50ea61f1e..712abd1eadd 100644 --- a/lib/node_modules/@stdlib/math/base/tools/evalrational/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/evalrational/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates a rational function. diff --git a/lib/node_modules/@stdlib/math/base/tools/fibpoly/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/fibpoly/docs/types/index.d.ts index 2f8792b1a22..f7748633c6b 100644 --- a/lib/node_modules/@stdlib/math/base/tools/fibpoly/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/fibpoly/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/tools/hermitepoly/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/hermitepoly/docs/types/index.d.ts index ea6b363fdf9..73ddb08af12 100644 --- a/lib/node_modules/@stdlib/math/base/tools/hermitepoly/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/hermitepoly/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/tools/lucaspoly/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/lucaspoly/docs/types/index.d.ts index cc0b2ca07de..68756fad2a4 100644 --- a/lib/node_modules/@stdlib/math/base/tools/lucaspoly/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/lucaspoly/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/tools/normhermitepoly/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/normhermitepoly/docs/types/index.d.ts index 11508ea1fa9..614fcc8e03c 100644 --- a/lib/node_modules/@stdlib/math/base/tools/normhermitepoly/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/normhermitepoly/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/tools/sum-series/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/tools/sum-series/docs/types/index.d.ts index 0aa633d8d59..276890cdd8d 100644 --- a/lib/node_modules/@stdlib/math/base/tools/sum-series/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/tools/sum-series/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /// diff --git a/lib/node_modules/@stdlib/math/base/utils/absolute-difference/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/utils/absolute-difference/docs/types/index.d.ts index b2be88685eb..0739b620b95 100644 --- a/lib/node_modules/@stdlib/math/base/utils/absolute-difference/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/utils/absolute-difference/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Computes the absolute difference. diff --git a/lib/node_modules/@stdlib/math/base/utils/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/utils/docs/types/index.d.ts index 9e9e9818cbc..741ee1bebdb 100644 --- a/lib/node_modules/@stdlib/math/base/utils/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/utils/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /* tslint:disable:max-line-length */ /* tslint:disable:max-file-line-count */ diff --git a/lib/node_modules/@stdlib/math/base/utils/float64-epsilon-difference/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/utils/float64-epsilon-difference/docs/types/index.d.ts index 0cf7a6a23c1..06abaa86688 100644 --- a/lib/node_modules/@stdlib/math/base/utils/float64-epsilon-difference/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/utils/float64-epsilon-difference/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Custom scale function. diff --git a/lib/node_modules/@stdlib/math/base/utils/relative-difference/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/utils/relative-difference/docs/types/index.d.ts index 35a3eaecf85..88adc9a9069 100644 --- a/lib/node_modules/@stdlib/math/base/utils/relative-difference/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/utils/relative-difference/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Custom scale function.