v/vlib/strconv
2024-11-18 23:07:32 +02:00
..
bare
atof.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
atof.js.v
atof_test.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
atofq.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
atoi.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
atoi_test.v strconv.atoi: fix string.int() returning numbers for non number characters (fix #18875) (#18925) 2023-07-22 06:43:10 +03:00
converter_test.v
f32_f64_to_string_test.v
f32_str.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
f32_str.js.v
f64_str.c.v strconv: fix e/g format (fix #22424) (#22430) 2024-10-07 08:43:04 +03:00
f64_str.js.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
f64_str.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
format.md strconv: fix byte type to u8 type in the documented examples in format.md (#19952) 2023-11-21 14:19:24 +02:00
format.v vlib: remove modules/functions/fields, deprecated in 2023 (#22750) 2024-11-17 20:09:21 +02:00
format_mem.c.v strconv: fix remove_tail_zeros bug (fix #22421) (#22422) 2024-10-06 16:48:08 +03:00
format_mem.js.v strconv: fix format_fl()/format_es() (fix #13210) (#22244) 2024-09-18 16:54:09 +03:00
format_test.v strconv: fix e/g format (fix #22424) (#22430) 2024-10-07 08:43:04 +03:00
ftoa.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
number_to_base.c.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
number_to_base_test.v
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
structs.v
tables.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
utilities.c.v strconv: remove commented code 2024-11-18 23:07:32 +02:00
utilities.v strconv,math.bits: eliminate bounds checking in commonly used routines 2024-07-22 13:43:50 +03:00
vprintf.c.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00

Description

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