js-integer-big-endian:JavaScript的以big-endian顺序进行整数的任意精度算术

时间:2024-04-24 20:33:42
【文件属性】:

文件名称:js-integer-big-endian:JavaScript的以big-endian顺序进行整数的任意精度算术

文件大小:296KB

文件格式:ZIP

更新时间:2024-04-24 20:33:42

javascript algorithms agpl base-conversion arithmetic

:elephant: 大端序整数的任意精度算术。 参见 。 双项目。 integer . parse ( 16 , 100 , 'ff' ) ; // [ 2 , 55 ] integer . stringify ( 100 , 16 , [ 2 , 55 ] ) ; // 'ff' integer . translate ( 10 , 16 , '255' ) ; // 'ff' :scroll: 参考


网友评论