Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 15, 2024
1 parent 4789fe8 commit 1a19532
Show file tree
Hide file tree
Showing 41 changed files with 178 additions and 106 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<section class="release" id="unreleased">

## Unreleased (2024-07-14)
## Unreleased (2024-07-15)

<section class="packages">

Expand Down Expand Up @@ -5088,6 +5088,8 @@ A total of 29 people contributed to this release. Thank you to the following con

<details>

- [`08dbbe5`](https://github.com/stdlib-js/stdlib/commit/08dbbe5a6fa6a3b82c049ef03deaa6eb8daaaee9) - **test:** add tests for negative values in `math/base/special/fmod` [(#2600)](https://github.com/stdlib-js/stdlib/pull/2600) _(by Gunj Joshi)_
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
- [`35af244`](https://github.com/stdlib-js/stdlib/commit/35af24442f634296da8248552f307229b1214c08) - **feat:** add C implementation for `math/base/special/gamma` _(by Gunj Joshi, Philipp Burckhardt)_
- [`26337e1`](https://github.com/stdlib-js/stdlib/commit/26337e1644c963b8006e38c4b5e2ee74eac8e33f) - **docs:** fix return annotation tag in C comments _(by Philipp Burckhardt)_
- [`8558d86`](https://github.com/stdlib-js/stdlib/commit/8558d869aed0f22f0fbdcd54321c5058c954df89) - **feat:** add `math/base/special/fmod` [(##2562)](#2562) _(by Gunj Joshi)_
Expand Down
2 changes: 0 additions & 2 deletions base/assert/int32-is-even/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/int32-is-odd/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-composite/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -76,7 +75,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-even/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-negative-finite/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-negative-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-nonnegative-finite/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-nonnegative-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-nonpositive-finite/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-nonpositive-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-odd/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-positive-finite/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-positive-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-prime/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -76,7 +75,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-probability/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/is-safe-integer/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/assert/uint32-is-pow2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions base/special/cpolar/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -125,7 +124,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
1 change: 0 additions & 1 deletion base/special/fast/uint32-log2/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down
2 changes: 0 additions & 2 deletions base/special/fast/uint32-sqrt/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -75,7 +74,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
1 change: 1 addition & 0 deletions base/special/fmod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ double stdlib_base_fmod( const double x, const double y );
```c
#include "stdlib/math/base/special/fmod.h"
#include <stdlib.h>
#include <stdio.h>
int main( void ) {
Expand Down
Loading

0 comments on commit 1a19532

Please sign in to comment.