From e86d0759a7464ebc2a7154342e1a3c7e9d3284f6 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 24 Nov 2023 03:28:52 +0000 Subject: [PATCH] Auto-generated commit --- .editorconfig | 5 ----- base/napi/README.md | 6 ++++++ base/ops/README.md | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 13e9c391f..60d743ffd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -148,11 +148,6 @@ indent_size = 2 indent_style = space indent_size = 2 -# Set properties for `tslint.json` files: -[tslint.json] -indent_style = space -indent_size = 2 - # Set properties for `tsconfig.json` files: [tsconfig.json] indent_style = space diff --git a/base/napi/README.md b/base/napi/README.md index d82527414..7ca059bd1 100644 --- a/base/napi/README.md +++ b/base/napi/README.md @@ -46,6 +46,8 @@ The namespace contains the following packages:
- [`binary( env, info, fcn )`][@stdlib/math/base/napi/binary]: C APIs for registering a Node-API module exporting interfaces for invoking binary numerical functions. +- [`quaternary( env, info, fcn )`][@stdlib/math/base/napi/quaternary]: C APIs for registering a Node-API module exporting interfaces for invoking quaternary numerical functions. +- [`quinary( env, info, fcn )`][@stdlib/math/base/napi/quinary]: C APIs for registering a Node-API module exporting interfaces for invoking quinary numerical functions. - [`ternary( env, info, fcn )`][@stdlib/math/base/napi/ternary]: C APIs for registering a Node-API module exporting interfaces for invoking ternary numerical functions. - [`unary( env, info, fcn )`][@stdlib/math/base/napi/unary]: C APIs for registering a Node-API module exporting interfaces for invoking unary numerical functions. @@ -92,6 +94,10 @@ console.log( objectKeys( ns ) ); [@stdlib/math/base/napi/binary]: https://github.com/stdlib-js/math/tree/main/base/napi/binary +[@stdlib/math/base/napi/quaternary]: https://github.com/stdlib-js/math/tree/main/base/napi/quaternary + +[@stdlib/math/base/napi/quinary]: https://github.com/stdlib-js/math/tree/main/base/napi/quinary + [@stdlib/math/base/napi/ternary]: https://github.com/stdlib-js/math/tree/main/base/napi/ternary [@stdlib/math/base/napi/unary]: https://github.com/stdlib-js/math/tree/main/base/napi/unary diff --git a/base/ops/README.md b/base/ops/README.md index 2dc4dd6ad..8b7cf2142 100644 --- a/base/ops/README.md +++ b/base/ops/README.md @@ -47,6 +47,8 @@ The namespace contains the following functions: - [`add( x, y )`][@stdlib/math/base/ops/add]: compute the sum of two double-precision floating-point numbers. - [`add3( x, y, z )`][@stdlib/math/base/ops/add3]: compute the sum of three double-precision floating-point numbers. +- [`add4( x, y, z, w )`][@stdlib/math/base/ops/add4]: compute the sum of four double-precision floating-point numbers. +- [`add5( x, y, z, w, u )`][@stdlib/math/base/ops/add5]: compute the sum of five double-precision floating-point numbers. - [`addf( x, y )`][@stdlib/math/base/ops/addf]: compute the sum of two single-precision floating-point numbers. - [`cadd( z1, z2 )`][@stdlib/math/base/ops/cadd]: add two double-precision complex floating-point numbers. - [`caddf( z1, z2 )`][@stdlib/math/base/ops/caddf]: add two single-precision complex floating-point numbers. @@ -113,6 +115,10 @@ console.log( objectKeys( ns ) ); [@stdlib/math/base/ops/add3]: https://github.com/stdlib-js/math/tree/main/base/ops/add3 +[@stdlib/math/base/ops/add4]: https://github.com/stdlib-js/math/tree/main/base/ops/add4 + +[@stdlib/math/base/ops/add5]: https://github.com/stdlib-js/math/tree/main/base/ops/add5 + [@stdlib/math/base/ops/addf]: https://github.com/stdlib-js/math/tree/main/base/ops/addf [@stdlib/math/base/ops/cadd]: https://github.com/stdlib-js/math/tree/main/base/ops/cadd