Skip to content

Commit 358c5e9

Browse files
committed
Auto-generated commit
1 parent 2632331 commit 358c5e9

File tree

5 files changed

+41
-6
lines changed

5 files changed

+41
-6
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-01-10)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`bd18248`](https://github.com/stdlib-js/stdlib/commit/bd1824843709cd0ba9de4351fceefd27069293c7) - **docs:** update related packages sections [(#4675)](https://github.com/stdlib-js/stdlib/pull/4675) _(by stdlib-bot, Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.3.0">
640

741
## 0.3.0 (2024-07-28)

CONTRIBUTORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
2929
Desh Deepak Kant <[email protected]>
30+
Dhruv Arvind Singh <[email protected]>
3031
Divyansh Seth <[email protected]>
3132
Dominic Lim <[email protected]>
3233
Dominik Moritz <[email protected]>
@@ -49,6 +50,7 @@ Joey Reed <[email protected]>
4950
Jordan Gallivan <[email protected]>
5051
Joris Labie <[email protected]>
5152
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
5254
Karthik Prakash <[email protected]>
5355
Kohantika Nath <[email protected]>
5456
Krishnendu Das <[email protected]>
@@ -117,7 +119,7 @@ UtkershBasnet <[email protected]>
117119
Vaibhav Patel <[email protected]>
118120
Varad Gupta <[email protected]>
119121
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
122+
Vivek Maurya <vm8118134@gmail.com>
121123
Xiaochuan Ye <[email protected]>
122124
Yaswanth Kosuru <[email protected]>
123125
Yernar Yergaziyev <[email protected]>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ for ( i = 0; i < 100; i++ ) {
192192
#include "stdlib/math/base/special/fast/alpha_max_plus_beta_min.h"
193193
```
194194

195-
#### stdlib_base_fast_ampbm( x, y )
195+
#### stdlib_base_fast_ampbm( x, y )
196196

197197
Computes the hypotenuse using the alpha max plus beta min algorithm.
198198

199199
```c
200-
double h = stdlib_base_fast_ampbm( -5.0, 12.0 );
200+
double h = stdlib_base_fast_ampbm( -5.0, 12.0 );
201201
// returns ~13.5
202202
```
203203

@@ -295,7 +295,7 @@ See [LICENSE][stdlib-license].
295295
296296
## Copyright
297297
298-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
298+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
299299
300300
</section>
301301

0 commit comments

Comments
 (0)