lets use 52, the number of bits stored
This commit is contained in:
parent
84998f9d05
commit
169962d769
@ -32,7 +32,7 @@
|
|||||||
/**
|
/**
|
||||||
* Maximum legal 'value' for an amount, based on IEEE double (for JavaScript compatibility).
|
* Maximum legal 'value' for an amount, based on IEEE double (for JavaScript compatibility).
|
||||||
*/
|
*/
|
||||||
#define MAX_AMOUNT_VALUE (1LLU << 53)
|
#define MAX_AMOUNT_VALUE (1LLU << 52)
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user