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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The function has the following parameters:
- **strideX**: stride length for `x`.
- **offsetX**: starting index for `x`.
- **out**: output [`Float64Array`][@stdlib/array/float64].
- **strideOut1**: stride length of the first dimension of `out`.
- **strideOut2**: stride length of the second dimension of `out`.
- **strideOut1**: stride length for the first dimension of `out`.
- **strideOut2**: stride length for the second dimension of `out`.
- **offsetOut**: starting index for `out`.

While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to access only the last two elements:
Expand Down Expand Up @@ -247,8 +247,8 @@ The function accepts the following arguments:
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
- **Out**: `[out] double*` output array.
- **strideOut1**: `[in] CBLAS_INT` stride length of the first dimension of `Out`.
- **strideOut2**: `[in] CBLAS_INT` stride length of the second dimension of `Out`.
- **strideOut1**: `[in] CBLAS_INT` stride length for the first dimension of `Out`.
- **strideOut2**: `[in] CBLAS_INT` stride length for the second dimension of `Out`.
- **offsetOut**: `[in] CBLAS_INT` starting index for `Out`.

```c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ The function has the following parameters:
- **strideX**: stride length for `x`.
- **offsetX**: starting index for `x`.
- **out**: output [`Array`][mdn-array] or [`typed array`][mdn-typed-array].
- **strideOut1**: stride length of the first dimension of `out`.
- **strideOut2**: stride length of the second dimension of `out`.
- **strideOut1**: stride length for the first dimension of `out`.
- **strideOut2**: stride length for the second dimension of `out`.
- **offsetOut**: starting index for `out`.

While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to access only the last two elements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The function has the following parameters:
- **strideX**: stride length for `x`.
- **offsetX**: starting index for `x`.
- **out**: output [`Float32Array`][@stdlib/array/float32].
- **strideOut1**: stride length of the first dimension of `out`.
- **strideOut2**: stride length of the second dimension of `out`.
- **strideOut1**: stride length for the first dimension of `out`.
- **strideOut2**: stride length for the second dimension of `out`.
- **offsetOut**: starting index for `out`.

While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to access only the last two elements:
Expand Down Expand Up @@ -247,8 +247,8 @@ The function accepts the following arguments:
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
- **Out**: `[out] float*` output array.
- **strideOut1**: `[in] CBLAS_INT` stride length of the first dimension of `Out`.
- **strideOut2**: `[in] CBLAS_INT` stride length of the second dimension of `Out`.
- **strideOut1**: `[in] CBLAS_INT` stride length for the first dimension of `Out`.
- **strideOut2**: `[in] CBLAS_INT` stride length for the second dimension of `Out`.
- **offsetOut**: `[in] CBLAS_INT` starting index for `Out`.

```c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @type {number}
* @default 0.4342944819032518
* @see [OEIS]{@link https://oeis.org/A001113}
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_%27mathematical_constant%28}
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_(mathematical_constant)}
*/
var LOG10E = 4.34294481903251827651128918916605082294397005803666566114453783165864649208870774729224949338431748318706106745e-01; // eslint-disable-line max-len

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @type {number}
* @default 1.4426950408889634
* @see [OEIS]{@link https://oeis.org/A001113}
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_%27mathematical_constant%28}
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_(mathematical_constant)}
*/
var LOG2E = 1.442695040888963407359924681001892137426645954152985934135;

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/constants/float64/nan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

-->

# NAN
# FLOAT64_NAN

> [Double-precision floating-point][ieee754] `NaN`.

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/constants/float64/ninf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

-->

# NINF
# FLOAT64_NINF

> [Double-precision floating-point][ieee754] negative infinity.

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/constants/float64/pinf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

-->

# PINF
# FLOAT64_PINF

> [Double-precision floating-point][ieee754] positive infinity.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/math/base/special/gammasgnf",
"version": "0.0.0",
"description": "Computes the sign of the gamma function for a single-precision floating-point number.",
"description": "Compute the sign of the gamma function for a single-precision floating-point number.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/math/base/special/hyp2f1",
"version": "0.0.0",
"description": "Evaluates the Gaussian hypergeometric function.",
"description": "Evaluate the Gaussian hypergeometric function.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/object/none-own-by/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/object/none-own-by",
"version": "0.0.0",
"description": "Tests whether every own property of an object fails a test implemented by a predicate function.",
"description": "Test whether every own property of an object fails a test implemented by a predicate function.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
if ( !isMethodIn( prng, 'factory' ) ) {
throw new TypeError( format( 'invalid argument. First argument must have a `%s` method.', 'factory' ) );
}
// TODO: tighten this up by actually validating that `dtypes` contains only recognized/supported dtype strings

Check warning on line 91 in lib/node_modules/@stdlib/random/array/tools/binary-factory/lib/main.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected 'todo' comment: 'TODO: tighten this up by actually...'
if ( !isStringArray( dtypes ) ) {
throw new TypeError( format( 'invalid argument. Second argument must an array of strings. Value: `%s`.', dtypes ) );
throw new TypeError( format( 'invalid argument. Second argument must be an array of strings. Value: `%s`.', dtypes ) );
}
// Require that the default output array data type be a member of the list of supported output array data types...
if ( !contains( dtypes, dtype ) ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
if ( !isMethodIn( prng, 'factory' ) ) {
throw new TypeError( format( 'invalid argument. First argument must have a `%s` method.', 'factory' ) );
}
// TODO: tighten this up by actually validating that `dtypes` contains only recognized/supported dtype strings

Check warning on line 91 in lib/node_modules/@stdlib/random/array/tools/ternary-factory/lib/main.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected 'todo' comment: 'TODO: tighten this up by actually...'
if ( !isStringArray( dtypes ) ) {
throw new TypeError( format( 'invalid argument. Second argument must an array of strings. Value: `%s`.', dtypes ) );
throw new TypeError( format( 'invalid argument. Second argument must be an array of strings. Value: `%s`.', dtypes ) );
}
// Require that the default output array data type be a member of the list of supported output array data types...
if ( !contains( dtypes, dtype ) ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
if ( !isMethodIn( prng, 'factory' ) ) {
throw new TypeError( format( 'invalid argument. First argument must have a `%s` method.', 'factory' ) );
}
// TODO: tighten this up by actually validating that `dtypes` contains only recognized/supported dtype strings

Check warning on line 92 in lib/node_modules/@stdlib/random/array/tools/unary-factory/lib/main.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected 'todo' comment: 'TODO: tighten this up by actually...'
if ( !isStringArray( dtypes ) ) {
throw new TypeError( format( 'invalid argument. Second argument must an array of strings. Value: `%s`.', dtypes ) );
throw new TypeError( format( 'invalid argument. Second argument must be an array of strings. Value: `%s`.', dtypes ) );
}
// Require that the default output array data type be a member of the list of supported output array data types...
if ( !contains( dtypes, dtype ) ) {
Expand Down
Loading