colossal
v0.0.2
Published
bigint-friendly arithmetic toolkit
Downloads
1
Maintainers
Readme
colossal
bigint-friendly arithmetic toolkit
Contract
- Each function can take a mix of
number
andbigint
as arguments. - If any of the arguments is a
bigint
, the function may return- either a
bigint
- or a collection of
bigint
s
- either a
- If none of the arguments are
bigint
s, the function may return- either a
number
- or a collection of
number
s
- either a