v/vlib/strconv
Delyan Angelov 843ce43077
strconv: cleanup atof.c.v - use a ParserState enum, clarify comments
2022-04-11 12:01:47 +03:00
..
bare
README.md
atof.c.v strconv: cleanup atof.c.v - use a ParserState enum, clarify comments 2022-04-11 12:01:47 +03:00
atof.js.v strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
atof_test.v strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
atofq.c.v
atoi.v
atoi_test.v
f32_f64_to_string_test.v
f32_str.c.v
f32_str.js.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
f64_str.c.v
f64_str.js.v
f64_str.v
format.md
format.v strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks 2022-03-11 19:32:08 +02:00
format_mem.c.v strconv: minor cleanup in f64_to_str_lnd1() (#13804) 2022-03-22 20:15:59 +02:00
format_mem.js.v
format_test.v strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks 2022-03-11 19:32:08 +02:00
ftoa.c.v
number_to_base.c.v
number_to_base_test.v
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks 2022-03-11 19:32:08 +02:00

README.md

Description:

strconv provides functions for converting strings to numbers and numbers to strings.