about summary refs log tree commit diff
path: root/library/std/src/sys/cmath.rs
AgeCommit message (Expand)AuthorLines
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-55/+56
2025-05-13Initial implementation of `core_float_math`Trevor Gross-4/+0
2025-03-29std: make `cmath` functions safejoboet-59/+59
2025-02-14Implement `f{16,32,64,128}::{erf,erfc}`Pavel Grigorenko-0/+6
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
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
2024-02-07Make cmath.rs a single fileChris Denton-0/+88