issues
search
Oxsomi
/
core3
Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0
stars
1
forks
source link
BigInt signed (I128) and 256-bit numbers
#128
Open
Nielsbishere
opened
1 year ago
Nielsbishere
commented
1 year ago
[ ] Signed BigInt
[ ] I128
[ ] U256 creation
[ ] U256 mul
[ ] U256 xor/or/and
[ ] U256 shift
[ ] U256 not
[ ] U256 comparison
[ ] U256 add/sub
[ ] U256 min/max/clamp
[ ] U256 from/to string (BigInt)
[ ] I256