about summary refs log tree commit diff
path: root/src/etc/dec2flt_table.py
AgeCommit message (Expand)AuthorLines
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-5/+5
2024-12-04Reformat Python code with `ruff`Jakub Beránek-22/+24
2023-06-16Apply changes to fix python linting errorsTrevor Gross-3/+1
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-115/+84
2021-03-01Change twice used large const table to staticDavid Tolnay-1/+1
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2020-02-07remove unnecessary sys importChris Simpkins-1/+1
2019-11-29Make dec2flt_table compatible with rustfmtDavid Tolnay-5/+10
2018-12-25Remove licensesMark Rousskov-20/+0
2016-01-12Speed up dec2flt fast path with additional tables.Robin Kruppe-6/+29
2015-08-08Script for generating the powers-of-ten tables necessary for correct andRobin Kruppe-0/+134