Skip to content

Commit cbe147f

Browse files
committed
Auto-generated commit
1 parent 4710826 commit cbe147f

3 files changed

Lines changed: 31 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-13)
7+
## Unreleased (2025-05-14)
88

99
<section class="features">
1010

@@ -466,6 +466,7 @@ A total of 41 issues were closed in this release:
466466

467467
<details>
468468

469+
- [`97ab65f`](https://github.com/stdlib-js/stdlib/commit/97ab65f9a65c9f1510f21309ff4892c752910e0f) - **docs:** fix missing closing section _(by Athan Reines)_
469470
- [`914f4fd`](https://github.com/stdlib-js/stdlib/commit/914f4fda357226b0b19278afb5de75f02773582d) - **docs:** update related packages sections [(#6995)](https://github.com/stdlib-js/stdlib/pull/6995) _(by stdlib-bot)_
470471
- [`c9777d9`](https://github.com/stdlib-js/stdlib/commit/c9777d9355e9a8d91a8081b869d303f821da245d) - **feat:** add C implementation for `math/base/special/rising-factorial` [(#4455)](https://github.com/stdlib-js/stdlib/pull/4455) _(by Dhruv Arvind Singh, Karan Anand, Philipp Burckhardt)_
471472
- [`7d671b1`](https://github.com/stdlib-js/stdlib/commit/7d671b11b736366d61848f8b9014d5067825e39a) - **feat:** add `math/base/special/bernoullif` [(#3037)](https://github.com/stdlib-js/stdlib/pull/3037) _(by Gururaj Gurram, Athan Reines, stdlib-bot, Gunj Joshi, Karan Anand, Philipp Burckhardt)_

LICENSE

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,10 @@ comes with no support or guarantee.
228228

229229
Stephen L. Moshier
230230
moshier@na-net.ornl.gov
231-
Apache License
232-
Version 2.0, January 2004
233-
http://www.apache.org/licenses/
234231

235-
Stephen L. Moshier
236-
moshier@na-net.ornl.gov
232+
* FDLIBM <http://www.netlib.org/fdlibm/>
233+
234+
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
237235

238236
* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
239237

@@ -264,6 +262,17 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
264262
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
265263
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
266264
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
265+
Apache License
266+
Version 2.0, January 2004
267+
http://www.apache.org/licenses/
268+
269+
Developed at SunPro, a Sun Microsystems, Inc. business.
270+
Permission to use, copy, modify, and distribute this
271+
software is freely granted, provided that this notice
272+
is preserved.
273+
Apache License
274+
Version 2.0, January 2004
275+
http://www.apache.org/licenses/
267276

268277
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
269278
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
@@ -292,29 +301,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
292301
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
293302
SOFTWARE.
294303

295-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
296-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
297-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
298-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
299-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
300-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
301-
SOFTWARE.
302-
Apache License
303-
Version 2.0, January 2004
304-
http://www.apache.org/licenses/
305-
306-
Developed at SunPro, a Sun Microsystems, Inc. business.
307-
Permission to use, copy, modify, and distribute this
308-
software is freely granted, provided that this notice
309-
is preserved.
310-
Apache License
311-
Version 2.0, January 2004
312-
http://www.apache.org/licenses/
313-
314-
* FDLIBM <http://www.netlib.org/fdlibm/>
315-
316-
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
317-
318304
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
319305

320306
Copyright (c) 2012 Massachusetts Institute of Technology
@@ -342,3 +328,15 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
342328

343329
Public domain.
344330

331+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
332+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
333+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
334+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
335+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
336+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
337+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
338+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
339+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
340+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
341+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
342+

base/special/bernoullif/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27+
</section>
28+
2729
<!-- /.intro -->
2830

2931
<section class="usage">
@@ -61,7 +63,7 @@ v = bernoullif( 20 );
6163
// returns ~-529.124
6264
```
6365

64-
For even integers `n >= 66`, the function alternates between returning positive and negative infinity, as larger [Bernoulli numbers][bernoulli-number] cannot be safely represented in [single-precision floating-point format][ieee754]
66+
For even integers `n >= 66`, the function alternates between returning positive and negative infinity, as larger [Bernoulli numbers][bernoulli-number] cannot be safely represented in [single-precision floating-point format][ieee754].
6567

6668
```javascript
6769
var v = bernoullif( 66 );

0 commit comments

Comments
 (0)