Skip to content

Latest commit

 

History

History

bigint-math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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