summary refs log tree commit diff
path: root/library/core/src/num/f16.rs
AgeCommit message (Expand)AuthorLines
2024-07-15Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubileebors-17/+266
2024-07-15Mark some `f16` and `f128` functions unstably constTrevor Gross-16/+105
2024-07-14Add `classify` and related methods for `f16` and `f128`Trevor Gross-1/+161
2024-07-10core: Limit remaining f16 doctests to x86_64 linuxUlrich Weigand-0/+15
2024-07-03core: Limit four f16 doctests to x86_64 linuxMartin Nordholts-6/+9
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-1/+611
2024-06-25Add doctests to existing `f16` and `f128` functionsTrevor Gross-2/+34
2024-05-29Add FRAC_1_SQRT_2PI doc alias to FRAC_1_SQRT_TAUMarkus Mayer-0/+1
2024-05-29Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128Markus Mayer-0/+5
2024-05-16Add doctests for f16 and f128 library functions where possibleTrevor Gross-0/+20
2024-05-06f16::is_sign_{positive,negative} were feature-gated on f128Trevor Spiteri-2/+2
2024-05-02add constants in std::f16::constsTrevor Spiteri-1/+106
2024-05-02add f16 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