1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2022-01-06 14:10:37 +02:00
..
bare builtin: use dlmalloc for -freestanding (#13054) 2022-01-06 14:10:37 +02:00
atof_test.v
atof.c.v strconv: fix assert .f64() == 0 2022-01-04 17:51:48 +02:00
atof.js.v
atofq.c.v
atoi_test.v
atoi.v all: update copyright year 2022-01-04 12:21:12 +03:00
f32_f64_to_string_test.v
f32_str.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
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 all: update copyright year 2022-01-04 12:21:12 +03:00
f64_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.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
format_mem.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
format_mem.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
format_test.v
format.md strconv: fix format.md example snippets (#12642) 2021-12-01 17:23:35 +02:00
format.v
ftoa.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
number_to_base_test.v
number_to_base.c.v strconv: add a small performance optimisation 2021-12-03 20:14:14 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
structs.v
tables.v
utilities.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
utilities.v
vprintf.c.v all: update copyright year 2022-01-04 12:21:12 +03:00

Description:

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