diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c75aeb69..1e7c638cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ > Package changelog. +
+ +## Unreleased (2024-08-19) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 1 person contributed to this release. Thank you to this contributor: + +- Athan Reines + +
+ + + +
+ +### Commits + +
+ +- [`0dd0377`](https://github.com/stdlib-js/stdlib/commit/0dd03776ccc026cb8682de5b0e48e9e3f215ea19) - **docs:** update namespace ToCs _(by Athan Reines)_ + +
+ +
+ + + +
+ + +
## 0.3.1 (2024-08-18) diff --git a/README.md b/README.md index f797259c9..4df84bea8 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math.svg [npm-url]: https://npmjs.org/package/@stdlib/math -[test-image]: https://github.com/stdlib-js/math/actions/workflows/test.yml/badge.svg?branch=v0.3.1 -[test-url]: https://github.com/stdlib-js/math/actions/workflows/test.yml?query=branch:v0.3.1 +[test-image]: https://github.com/stdlib-js/math/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math?branch=main diff --git a/base/special/README.md b/base/special/README.md index efd33c510..76b2e3878 100644 --- a/base/special/README.md +++ b/base/special/README.md @@ -53,7 +53,7 @@ var fcns = special; - [`expm1rel( x )`][@stdlib/math/base/special/expm1rel]: compute the relative error exponential. - [`kernelLog1p( f )`][@stdlib/math/base/special/kernel-log1p]: compute `log(1+f) - f` for `1+f` in `~[sqrt(2)/2, sqrt(2)]`. - [`ln( x )`][@stdlib/math/base/special/ln]: evaluate the natural logarithm of a double-precision floating-point number. -- [`log( x, b )`][@stdlib/math/base/special/log]: compute the base `b` logarithm. +- [`log( x, b )`][@stdlib/math/base/special/log]: compute the base `b` logarithm of a double-precision floating-point number. - [`log10( x )`][@stdlib/math/base/special/log10]: evaluate the common logarithm. - [`log1mexp( x )`][@stdlib/math/base/special/log1mexp]: evaluates the natural logarithm of `1-exp(-|x|)`. - [`log1p( x )`][@stdlib/math/base/special/log1p]: evaluate the natural logarithm of `1+x`.