1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2022-02-16 11:33:29 +03:00
..
bare
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
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
atofq.c.v
atoi_test.v
atoi.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_mem.c.v strconv: bug fix for "${239.5:0.0f}" (#13483) 2022-02-16 11:33:29 +03:00
format_mem.js.v
format_test.v
format.md
format.v
ftoa.c.v
number_to_base_test.v
number_to_base.c.v
README.md
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v

Description:

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