PowBigInt.js
1.0.0
큰 정수의 힘을 계산하기위한 간단한 유틸리티 라이브러리.
$ npm i powbigint
# or
$ yarn add powbigint
# or
$ pnpm add powbigint import { powBigInt } from 'powbigint' ;
powBigInt ( BigInt ( 2 ) , 64n ) ; // 18446744073709551616n
powBigInt ( 2n , 1000000n ) ; // 99006562292958...376n (301030 digits) MIT