1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2023-03-19 15:30:52 +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 builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
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 strconv: fix v_sprintf with '%%' (#17708) 2023-03-19 09:52:45 +02:00
format.md tests: remove unnecessary v_printf test 2023-03-19 15:30:52 +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 builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
utilities.v
vprintf.c.v strconv: make v_printf private 2023-03-19 15:03:49 +03:00

Description:

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