1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2023-01-09 09:36:45 +03:00
..
bare
atof_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
atof.c.v strconv: fix float_prec := 1.9999999999999999 + 0.0000000000000000005 being 0.5 (fix #16448) (#16495) 2022-11-21 03:57:51 +03:00
atof.js.v
atofq.c.v
atoi_test.v
atoi.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
converter_test.v strconv: add test_atof_converter to the tests, as suggested by the code review 2022-11-21 07:41:41 +02:00
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
format_mem.js.v
format_test.v
format.md vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
format.v
ftoa.c.v
number_to_base_test.v
number_to_base.c.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
README.md
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00

Description:

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