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 28bb68795810..2ef92841ef3e 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 4022811f8ed8..670f6930152b 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 d940782c0174..135766201a88 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 17230ca1257b..d82174af3ead 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 ea08cfa685bb..69f559c1e600 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 87d35cb105eb..d26cbc6d984b 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 10eff1b06e0f..9b2b69dd87d4 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 f10610becc43..89e354449f90 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 767d5b14a330..d952ee6d97d3 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 1b021c5bad08..d6adec3003b2 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 7f360cac70ba..b4ca08d92da7 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 ebcd7b3c95e4..60679f8c4791 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 56f5cc95f4ec..88089696b55b 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 75d8b26d37a6..a09f7c7b4989 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 989e43c2e3a0..9797b978cc0c 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 d5fa0e1a7fb0..b5a2ef2b85b9 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 cffae56b8d59..1b22c3bfcf71 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 8d12d087d2d6..fb8b29f32a97 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 b81d60cdbc1f..bb47c8e3a5ad 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 09aa401f86d9..99d9cc003c3e 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 c956d9466a37..b91e306b8339 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 84c7733009b3..91649a2f724b 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 acf2c4f9b693..b58f7fb7e78d 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 0d135e9c4dd6..508f82c9e50e 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 3b825646683e..6dc7a8b638a1 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 c1146b952944..3feb1cb0090d 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 647b4a0577ec..5e40d1313211 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 cbea9bcc5a7e..2709c8efe77e 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 558377f6484b..6ad1e8c116a2 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 6d963bba663c..57c6188c08cb 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 ed0fbd420891..5720cc420a8a 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 436d0f39cee9..380dde4e0af0 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 3584a7208ccd..5553b8785a57 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 436d0f39cee9..380dde4e0af0 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 436d0f39cee9..380dde4e0af0 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 a301f63d766e..640eba3d9090 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 729f79994666..936b81d06df1 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 fff4780852cc..62e666164375 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 598115d30c94..dc3786a5cf23 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 88ee1ab044e9..2b5d8a4b9a37 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 6db7bc2adf7c..3530ad8bd280 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 bcd39267250d..81d0e7c934c9 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 340b622d6d58..843d1c2d0530 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 407b4e93f9fd..8968053fe136 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 d3fb31002eee..368ac19d108f 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 3897c382ecac..dafff6d7dc90 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 34bf2eb49c42..baf0b45f388c 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 3e26c38bc7cb..462def7b0f21 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 b89bb5848cbe..e22f613e01d1 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 eb124e1a3de3..54798d93139a 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 d599691df791..d23bcd6c9b11 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 d3ebfadbd4cf..ea0a3e08f5ef 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 d8b219c0c491..81d9ee42039a 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 62f522d55f5c..141bd9ede6d9 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 da763cc28abc..a582435b90c5 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 83a026b4c855..ed76ff763724 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 ded6e113c753..114aa7ff4946 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 d0c468d06b5e..ed204aa6229d 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 693bec9a8e02..42407a34cf66 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 c5c113fbb2af..8a306901c6ed 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 90d0b549660f..bf2d9f399791 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 1c176c11aa38..8480c693099f 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 721d2e3d3ccf..6a8c33470dee 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 a9c4fc1d14d9..f1c7df0c99d9 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 46b61f5ef545..adf238dc90ff 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 99680515ad91..483a03dccf90 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 b1427f719d0b..452a1ef8f7fd 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 b0f3b55332be..2ac236d7ced9 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 c711225f704b..cb44297e3d8d 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 0c8d31c71e2a..f05cbde50a86 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 380f09fef6fd..5610a934f6e7 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 9d7eceefdc3c..d6be6bde8fa7 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 a479c262aa8e..c2c6132ea75c 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 43c50f8ec296..b04949c64d48 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 0bd783b0ed4a..b18baadb6a83 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 509f00e6855e..17228963a5d1 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 8b5c6809aa6c..df62bac62f4d 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 61ba575b9109..9ba65da8c2ea 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 fa5c558ad2db..07411b6d2e50 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 dd09da65b3be..c01244a4be1d 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 07b6df49f146..ced7ad1f565b 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 f674a5b4dd3e..58f7b465d71e 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 b7a7a43c04ac..97cc96fd6ee9 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 fbc5999791e2..5e19224906d1 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 1f6a6ed8669b..4433844b53ce 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 1eaa2d33f82b..e781e84cd53e 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 b34e79768ee1..b381d7cc03ee 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 1868b664a57c..f6bfb04b6410 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 5e052b491c6d..99998f8a8290 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 9855be908b64..e2f0eadebca7 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 fe8f20342201..9ccbc6586785 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 4e2f5b5276e2..dc89f1c9d110 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 9859dd06e591..11e1fa532349 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 ca156232056b..9a563c0b9029 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 41c16d6d65f4..6f9d7f376f3a 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 e130da28b2da..df8099abeee9 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 2ad3081ebe7c..4f4b0e975e98 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 f340fbf283de..715334ac133a 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 3dded5e4e0eb..0c6c962f1640 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 ba7e005c09ef..9771a80257fc 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 1e3119da4cdb..99004abf905b 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 2a7c2f7a6609..d99f4f263a76 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 b60795311e2d..6efbed8abe52 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 7d6f1b147756..57ec10642be4 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 b67e0a5825cf..6610c3fc9d1a 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 5a22e5cf8dc6..77fa457f1d07 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 b4a72537d703..dacf987d65a4 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 341783d2300a..8c25ad1339d4 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 63321813875d..495c8afbee9a 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 250219fe70b0..e5736ba3ecab 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 2ba111a3ebab..4c49694e6415 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 daaf5b1bd956..977d881c5adc 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 2fa34355d8e7..4e8f11bde598 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 f884bc12181e..fe50a292357d 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 c81637074aa8..61e573180a3c 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 b37eae8041b1..68d561b09401 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 350b83b68154..383194177017 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 42b57f01f804..667a3cd976c3 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 bfcdbd7db04b..7e825030cb73 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 e403cc7a8f79..7b2ee9fec0c3 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 24bb0e91fa6c..263391fba26d 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 045c4e7111a3..acd36f3cd96e 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 e2fe76a436a3..90acdce3afbd 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 e3791901514d..e70ea7e568f1 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 1f3b88603931..5f8d9c79f825 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 d32e6f4a478e..fe2d4dcc0db8 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 09ea5a5b7556..9e03bbeaa6ac 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 772a47a7a750..8ef0855aa693 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 db34ea105daa..40fba3909ea5 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 880bfe707e87..8820c0fd2cdf 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 fdcb3032a965..e98f2dfd8739 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 0b0b897f6e22..3483f9c2c05f 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 0fad2d665aac..5516e2566248 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 2c8032af1e2d..e53912e6a890 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 cc842058abd0..e2098b0d12be 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 54c8f8258897..3bc997cc87b2 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 0ae7df6b6da3..fe722a969572 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 6fed173bc17e..d172211d0acc 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 808094b023ee..6b5c5fc99e79 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 4c84344008aa..e16a3ba10af4 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 c75dfa38ad02..6afa20ad03ef 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 40b90ba93fb1..317cdd8b8a69 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 7deab3cc7baa..764335aa1af2 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 fd179ba3aea9..7b15f289741b 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 754da4851c4e..8bc1ec8c9b45 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 f1f1563285d9..a1143465b85e 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 d80213a73364..f50b40557922 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 88d864ff9d8c..24085807c42e 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 55772d496b8d..db96ad1f693f 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 ff0d84d59922..40951d9a71e5 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 40c65875f214..892f28bb0e70 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 6231aa51359e..644b48af9f61 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 d3cdc2a2362b..2f20231593c8 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 683634603ab1..7945074a4893 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 3ce6a0452d0c..6684e5a2dd0c 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 96620fbadd7f..4928a71d93bd 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 5d7049356959..78b81fb470cd 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 2e16337486b9..06b017c0b1c6 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 46f47353a07b..c75b1f3bf993 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 09c28ef65852..eee902492cdd 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 2ffd26b55075..5be0b1825ce3 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 c9ec539997a1..582b47d1619a 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 a3a3f50a0515..f2b645979e7d 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 0c4d77b83e70..24de6c6f9475 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 d172a13157cc..c646cd9ac755 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 7fafded332ce..073ac1f93481 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 fa371969f9c2..d664bf072911 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 e59a7cd838e5..617c3893aa23 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 b846f9daf79f..7c8c32af9c06 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 368d5ba7a18a..716e03d7bff7 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 8ea62c0be96e..7f1e0b2097d9 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 47e03ebad6ff..002b5a3f4827 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 4a8de37f9c40..fcab77087463 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 87c0363dd71c..ed60c2061acb 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 b73cf5a07f39..2964c9ce3348 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 1d5888acf06f..89009e3966ee 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 055161ebc854..68ef5458188e 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 eaf0380888c5..209f67aa1360 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 592631fd1f7f..8af46b970653 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 38eb2cd0f31d..806b7eac630c 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 52c49c9e604f..f51213d0b2e8 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 be04cef93fd7..7df28828b998 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 806ce0e6cc14..38e8fe0d19fe 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 66af4de5d7ce..812b5344c2cf 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 11a69debd208..5a03a2027a04 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 47eb8a0f4c8d..783cdc9c97cf 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 f270a59ab7e6..099b6ee158b5 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 136fca02832f..6367e0cbd10a 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 7b0164d8d1ef..f80b702b4154 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 096f63499cc2..e1ca89197727 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 0b40103da34c..0d40201e7b53 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 fed66ca5e8a2..e86dc0066a6b 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 4a631025cce7..e92ff818f84b 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 de853a020be5..6ea0e6c32c07 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 4e0133818e34..9d092feaabff 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 40f17d1be2cc..3f0db82436dc 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 34bc6ac852e3..826fe023ca60 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 7d5661e0440c..e5c348c4e85c 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 aa3b282ad498..67046d4eb3a2 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 3ad5bd34fc02..94e2e1975d15 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 4ea4d93f133f..90c4f6b5aa5d 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 79755795f519..0c7826465b7c 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 8bf0ab3aa791..694fd8ae1d77 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 e03bbf81bcfd..0d8dd8042045 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 dc7bce546f9c..ec829b36156d 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 c68b6952e7a8..9fc952dffeb5 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 033e8e392cf2..fbdc4b24c02c 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 20b29b8a125c..19c520cc56f8 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 111bc96b814d..a7f617ff9d6e 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 62d306ae04f1..b741f8bdd65f 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 0bc938e10ba3..f987c02ad282 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 24de8dafec35..fd038f840274 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 d1a90a95b5a8..51b9a1c09bcd 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 a8b09eee5945..a2ae53320160 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 f6a9332bc3c3..51b6199ad2aa 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 e7b6192f3608..2547539bf868 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 949446cb889e..23622a9d7448 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 8eb84be120e9..7319f190a9f2 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 283afc63ff4b..3c9f5c3375dd 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 9284b1ee9953..33daed80a0ce 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 c5df0cc2370a..791b828935af 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 2f4f9f2be67a..7d066aaaac56 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 773c4284f1a0..5fc8c300a6d1 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 fc6b13145ecd..6e29033157bf 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 42976727be93..b9e13c5c57b3 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 a2e689cde306..cb4a9ddc3db5 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 6f80da38d453..19c7f14a706d 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 a6c1aae9a29b..136ff9f9c112 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 6895b6d16a74..5c237497994b 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 5f13f17e2474..69e37131d6ed 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 3e404724030c..cda5aa4ac113 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 65d503ee9e17..19118772216a 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 036576fc1b84..53d95b13eb98 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 f61f7a47e867..691683228208 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 0e349afc947b..2db4c55ebd3a 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 ab42f50f3f05..1cc927e4d4de 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 10ceab7b6621..3a348937e9a3 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 a246f3064a23..4dd6e78df5cc 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 8821780815b0..5136bb7639ae 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 ad8c0d21836a..cbf356735c28 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 858705d61996..e289bc97a7aa 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 36415f48afea..b9a1930d133c 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 b0d9206d8d89..0a1021f648a7 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 b6f318418829..99803f7c41d5 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 fbfe6cd96303..a83ad3ff8477 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 a56139e66bf4..458a6d63431e 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 cb8265681b7e..3e1656bc19d9 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 82f997fa1492..35e1b5739e99 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 61694a978360..75b2ceacc519 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 b2960c332a93..3fd19c633bb2 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 8e35f5cd88af..d7ca4e02a4c1 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 63b809e4c4ca..a9df74baa355 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 cea83867a43e..1f6aaec7e5a0 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 d6f3b291f6a6..b99a2f922ea9 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 08f0fe5dd8b3..fb050bfdb375 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 73f55db4b094..0bfada2865c6 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 9098f2b330c2..3e186b71107a 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 bbb0dbb2e254..74f1b0def0d5 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 73d0d006f611..b3fa1eaeb846 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 8320b1bae2e4..c812d393d83f 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 b7db6bb7edc6..fb672d7debad 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 9cbc1c342716..1d8e6909a884 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 ea330e2bd470..d4b44efa7f2b 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 9a1555e0cd05..9c145bd9815e 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 6a3bf363722e..34cfb3b08408 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 505b75d08c96..c916abca170f 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 8258f3b9ec2a..3147d183258a 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 5fa13493af80..c1ae60355730 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 5d12a2cb336b..fb83e7505365 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 a3a0b20728a0..9100f0dbae3d 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 d7678d915209..9d6ff4d61967 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 30275544791e..34993854679c 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 f275d0a83d83..19d8cc557594 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 f166f3801324..ddd7eaf32a92 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 4d8385d90eb7..d267710b6a81 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 c48bf90d7472..54db22611f81 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 e72073e82760..4d8047d2265c 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 a2bb38e1d68e..18043c7b565d 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 7359ceee9316..39b4fb6f6c41 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 5e86948126d2..8643e7b50040 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 fd453a273c6c..54f06e6debc2 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 dbf0ea290d8b..44da93db6904 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 bfdf67ee8a0d..7dd24d4ceafb 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 097d49b304af..fc10ae9b4942 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 4e2bbdd6f137..7e15edda52ae 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 9e0fabc32826..92e6ae6d451a 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 e3bf196ff87f..c3e5a65c17fc 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 ddb068d91fc0..9eaf2822b1cb 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 a0170b23b123..1450cce46452 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 8df43699e17d..b1d09f9683e0 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 d082c48831ec..20f7d2c9e8c6 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 d023b02f81a9..69f545b343ac 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 9f586542766f..f53d1a400b78 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 a9cc18a36f16..9eff3c1fc227 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 9efde607fe19..ee9f41c509f2 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 edc70f9ff96c..437140e196ae 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 0b68759cc698..f31e964b9d41 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 e297e4277095..68b278d2590b 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 b418a55de395..dcea7d0cf955 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 6d2a4c78075d..380e62992795 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 d02e32bdea2c..f224d81c394b 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 7e50ea61f1ee..712abd1eadda 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 2f8792b1a22b..f7748633c6bd 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 ea6b363fdf95..73ddb08af122 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 cc0b2ca07dee..68756fad2a47 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 11508ea1fa94..614fcc8e03c2 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 0aa633d8d593..276890cdd8d1 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 b2be88685eb3..0739b620b95a 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 9e9e9818cbce..741ee1bebdbe 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 0cf7a6a23c1c..06abaa866889 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 35a3eaecf857..88adc9a90690 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.