We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb4057 commit e46c9f9Copy full SHA for e46c9f9
libm/CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.2.17](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.16...libm-v0.2.17) - 2026-02-07
12
+
13
+### Fixed
14
15
+- Fix `acoshf` and `acosh` for negative inputs
16
17
## [0.2.16](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16) - 2025-12-07
18
19
### Fixed
libm/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libm"
3
-version = "0.2.16"
+version = "0.2.17"
4
authors = [
5
"Alex Crichton <alex@alexcrichton.com>",
6
"Amanieu d'Antras <amanieu@gmail.com>",
0 commit comments