-
```
In case of long number transferred to x axis, its overlaps. Screen shot
attached for the subject matter.
```
Original issue reported on code.google.com by `savith...@npcompete.net` on 3 Jul 201…
-
```
In case of long number transferred to x axis, its overlaps. Screen shot
attached for the subject matter.
```
Original issue reported on code.google.com by `savith...@npcompete.net` on 3 Jul 201…
-
In futuro potrebbe essere utile prevedere l'implementazione di un qualche sistema o libreria dedicato a gestire in modo preciso le operazioni di calcolo sui prezzi.
Infatti, come indicato dalla doc…
-
A cool feature of more developed languages like Julia or Python is that they have [iterator generators](https://www.python.org/dev/peps/pep-0255/). It would be a very cool feature if M2 supported some…
-
hello,math floor maybe wrong
case 1:
math.floor(math.bignumber("1234567890123456.9951").mul( math.bignumber(100)),0).toString()
is wrong , accept '123456789012345699' but '12345678901234…
-
Not sure if it's worthwhile just yet. The release is out but does not seem to be properly described yet. Best I was able to find is this:
https://docs.ethers.org/v6/migrating/
As `BigNumbers` ha…
-
When I create an LBP with default weights, sign it, then try to fund/initialized it, on the initialize step it fails with the UI error "Normalized weight invariant", a Balancer error which means "the …
-
see https://news.ycombinator.com/item?id=18412844
```python
x=123456789123456789
```
shows up as x: 123456789123456780
Also extremely big numbers get converted into infinity and fail to sho…
-
Hi,
there are some occasions when BigNumber is converted to plain object and loses BigNUmber prototype - for example when it is taken from `window.history.state`. In such situation it's a bit unco…
-
Here's the example from the README:
```
var result = new BigNumber("100000000000000000").plus(1);
var expected = "100000000000000001";
result.should.be.bignumber.equal(expected);
```
It work…