Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 299 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 299 Bytes

@sundae/bigint-math

polyfill for some basic operations on bigint type.

  • max(...values: bigint[]):bigint
  • min(...values: bigint[]):bigint
  • sign(value: bigint):bigint
  • abs(value: bigint):bigint
  • sqrt(value: bigint):bigint
  • rootNth(value: bigint, k = 2n):bigint

TODO

tests