kmx git
login
register
kc3-lang
/
libtommath
/
bn_mp_ilogb.c
bn_mp_ilogb.c
Log
Author
Commit
Date
CI
Message
7365442a
2019-05-10T23:59:46
No grow necessary in mp_set_int* functions * mp_set_int* always return MP_OKAY * remove return checks for mp_set_int* * introduce MP_MIN_PREC
8a886c82
2019-04-10T16:33:22
resolving #218
bdf93e83
2019-04-10T15:35:23
avoid else if
a13a7e7c
2019-04-10T15:46:59
missing cast
01de1fe1
2019-04-10T15:47:49
literal suffix
b586fcbd
2019-04-10T15:21:54
explicit condition
8bf2eaa1
2019-04-12T14:58:27
use MP_IS_ZERO in bn_mp_ilogb
35311aea
2019-04-03T23:50:57
added function mp_ilogb