SkillAgentSearch skills...

Jints

Big Integer

Install / Use

/learn @zswang/Jints
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NPM version Build Status Coverage Status

jints

JavaScript Big Integer

BinInteger

var bi = new jints.BigInteger('0x1234567890abcdef');
console.log(bi.toString(16))
// > 1234567890abcdef

Int64

https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/js-ctypes_reference/Int64

UInt64

https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/js-ctypes_reference/UInt64

License

MIT © zswang

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2y ago
Forks3

Languages

JavaScript

Security Score

60/100

Audited on Nov 3, 2023

No findings