summary refs log tree commit diff
path: root/library/core/src/num/f128.rs
AgeCommit message (Expand)AuthorLines
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-8/+8
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-6/+6
2024-09-12Stabilize `const_float_classify`Eduardo Sánchez Muñoz-6/+6
2024-09-12simplify float::classify logicRalf Jung-4/+0
2024-09-01stabilize const_float_bits_convRalf Jung-8/+8
2024-08-26float types: document NaN bit pattern guaranteesRalf Jung-12/+18
2024-08-16float to/from bits and classify: update comments regarding non-conformant har...Ralf Jung-101/+9
2024-08-01Update comments for `{f16, f32, f64, f128}::midpoint`Trevor Gross-3/+3
2024-08-01Add `core` functions for `f16` and `f128` that require math routinesTrevor Gross-0/+176
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-20/+0
2024-07-28step cfg(bootstrap)Mark Rousskov-20/+0
2024-07-26Fix doc nitsJohn Arundel-7/+7
2024-07-16Rollup merge of #127047 - tspiteri:f128-aconsts-lsd, r=tgross35Trevor Gross-3/+3
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-0/+120
2024-06-27fix least significant digits of f128 associated constantsTrevor Spiteri-3/+3
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-1/+639
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/+6
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