v/vlib/strconv
Delyan Angelov 9c24d09dc3
strconv: bug fix for "${239.5:0.0f}" (#13483)
2022-02-16 11:33:29 +03:00
..
bare
README.md
atof.c.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.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
f64_str.c.v
f64_str.js.v
f64_str.v
format.md
format.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
format_mem.c.v strconv: bug fix for "${239.5:0.0f}" (#13483) 2022-02-16 11:33:29 +03:00
format_mem.js.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
format_test.v
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 strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00

README.md

Description:

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