1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

math.big: make big.from_string take a decimal, add big.from_hex_string

This commit is contained in:
Delyan Angelov
2020-12-22 09:44:59 +02:00
parent b47daad40d
commit 93c0f503a2
3 changed files with 38 additions and 12 deletions

View File

@ -60,6 +60,7 @@ const (
'vlib/cli/',
'vlib/flag/',
'vlib/gg/gg.v',
'vlib/math/big/',
'vlib/os/',
'vlib/semver/',
'vlib/strings/',