Add big integer function to quickly generate power of 10 number
This commit is contained in:
@@ -92,6 +92,9 @@ int bh_bigint_pow(bh_bigint_t *to,
|
||||
bh_bigint_t *from,
|
||||
bh_uint32_t power);
|
||||
|
||||
int bh_bigint_pow10(bh_bigint_t *to,
|
||||
bh_uint32_t power);
|
||||
|
||||
int bh_bigint_powm(bh_bigint_t *to,
|
||||
bh_bigint_t *left,
|
||||
bh_bigint_t *right,
|
||||
|
||||
Reference in New Issue
Block a user