This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoincashjs
mirror of
https://github.com/lukechilds/bitcoincashjs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
439
Commits
3
Branches
7
Tags
11 MiB
JavaScript
99.9%
Tree:
27191fc0ec
bitcoincashjs
/
browser
/
bignum_config.js
6 lines
100 B
Raw
Blame
History
require
(
'bignum'
)
.
config
(
{
EXPONENTIAL_AT
:
9999999
,
DECIMAL_PLACES
:
0
,
ROUNDING_MODE
:
1
,
}
)
;
Reference in new issue