📜  用于安全地编码非常大的数字的技术: - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:50.406000             🧑  作者: Mango

代码示例1
Technique use to safely encode very large numbers:
... convert the number into an exponent *
... store the number as a string ***
... split the number into smaller parts 
.... round the number to the nearest 10-digit number