| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-14 | Implement `f{16,32,64,128}::{erf,erfc}` | Pavel Grigorenko | -0/+6 | |
| Also add ```rust // #[unstable(feature = "float_gamma", issue = "99842")] ``` to `gamma`-function-related methods on `f16` & `f128`, as per https://github.com/rust-lang/rust/pull/136324#issuecomment-2626270247 | ||||
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 | |
| 2024-11-27 | fmt | Henry Jiang | -1/+1 | |
| 2024-11-22 | aix: create shim for lgammaf_r | Henry Jiang | -1/+9 | |
| 2024-08-01 | Add math functions for `f16` and `f128` | Trevor Gross | -0/+15 | |
| This adds missing functions for math operations on the new float types. Platform support is pretty spotty at this point, since even platforms with generally good support can be missing math functions. `std/build.rs` is updated to reflect this. | ||||
| 2024-02-07 | Make cmath.rs a single file | Chris Denton | -0/+88 | |
