
Bignum
UK
/ˈbɪɡ.nʌm/
US
/ˈbɪɡ.nʌm/

Translation of "bignum" into Russian
bignum
NounUK
/ˈbɪɡ.nʌm/
US
/ˈbɪɡ.nʌm/
bignum
bignums pl
большое число
In computer science, a bignum is a data type that can represent very large numbers.
В информатике большое число — это тип данных, который может представлять очень большие числа.
Additional translations
большое значение
большое число данных
Definitions
bignum
NounUK
/ˈbɪɡ.nʌm/
US
/ˈbɪɡ.nʌm/
In computing, an integer or other numeric value of arbitrary size that exceeds the limits of standard fixed-size data types and therefore requires special algorithms or libraries to manipulate.
The software relies on a bignum implementation to perform cryptographic computations with huge prime numbers.
bignum
AdjectiveUK
/ˈbɪɡ.nʌm/
US
/ˈbɪɡ.nʌm/
Relating to or designed for handling arbitrary-precision numeric values.
Developers integrated bignum support to avoid integer overflow errors.