summary refs log tree commit diff
path: root/library/core/src/num/f128.rs
AgeCommit message (Expand)AuthorLines
2024-05-16Add doctests for f16 and f128 library functions where possibleTrevor Gross-0/+20
2024-05-02add constants in std::f128::constsTrevor Spiteri-1/+110
2024-05-02add f128 associated constantsTrevor Spiteri-1/+83
2024-04-11Add a `Debug` impl and some basic functions to `f16` and `f128`Trevor Gross-0/+104
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+16