skymen / FastBigInt

A Big Int Class that only has additions and substractions and can shorten the number (1234 becomes 1.23K)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastBigInt

A Big Int Class that only has additions and substractions and can shorten the number when stringified (ie 1234 becomes 1.23K)

The class has a comment per method describing its use, please read that

About

A Big Int Class that only has additions and substractions and can shorten the number (1234 becomes 1.23K)


Languages

Language:JavaScript 100.0%