A
adrin
hello,
how can i make a conversion from a string to a multiple precision integer
stored in memory in a base 2^32?
i guess conversion from integer to string would require dividing modulo 10,
but how do the opposite conversion?
how can i make a conversion from a string to a multiple precision integer
stored in memory in a base 2^32?
i guess conversion from integer to string would require dividing modulo 10,
but how do the opposite conversion?