Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 14:23:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/fmt/parse_float
History
Andrew Kelley 5ae838d105 std: remove one layer of redundant parse_float namespace
there are still more, though.

This provides a doctest for the `parseFloat` function.
2024-03-21 14:08:54 -07:00
..
common.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
convert_eisel_lemire.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
convert_fast.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
convert_hex.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
convert_slow.zig
reduce AstGen.numberLiteral stack usage
2023-07-20 12:51:18 -07:00
decimal.zig
fix large f128 values being incorrectly parsed as inf
2024-02-25 12:37:03 -08:00
FloatInfo.zig
add new float-parser based on eisel-lemire algorithm
2022-05-03 16:46:40 +12:00
FloatStream.zig
std.builtin.Endian: make the tags lower case
2023-10-31 21:37:35 -04:00
parse.zig
lib: correct unnecessary uses of 'var'
2023-11-19 09:55:07 +00:00