about summary refs log tree commit diff
path: root/library/std/src/sys/cmath.rs
AgeCommit message (Collapse)AuthorLines
2024-11-27fmtHenry Jiang-1/+1
2024-11-22aix: create shim for lgammaf_rHenry Jiang-1/+9
2024-08-01Add 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-07Make cmath.rs a single fileChris Denton-0/+88