about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt/float.rs
AgeCommit message (Expand)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-3/+3
2025-05-18float: Add `f16` parsing and printingTrevor Gross-4/+53
2025-03-02dec2flt: Refactor float traitsTrevor Gross-90/+182
2024-07-26Fix doc nitsJohn Arundel-2/+2
2023-03-04Add inlining annotationsTobias Decking-0/+4
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-0/+207