Module bigint

Module bigint 

Source

Structsยง

BigAddFunction
BIGADD - Add two arbitrary precision integers
BigFactorialFunction
BIGFACT - Calculate factorial of large numbers
BigIntFunction
BIGINT - Convert to arbitrary precision integer
BigMulFunction
BIGMUL - Multiply two arbitrary precision integers
BigPowFunction
BIGPOW - Raise arbitrary precision integer to a power
BitAndFunction
BITAND - Bitwise AND of two numbers
BitOrFunction
BITOR - Bitwise OR of two numbers
BitShiftFunction
BITSHIFT - Bit shift left (positive) or right (negative)
BitXorFunction
BITXOR - Bitwise XOR of two numbers
FromBinaryFunction
FROM_BINARY - Convert binary string to decimal
FromHexFunction
FROM_HEX - Convert hexadecimal string to decimal
ToBinaryFunction
TO_BINARY - Convert number to binary string
ToHexFunction
TO_HEX - Convert number to hexadecimal string