-
Something a little fishy is going on with the PPC64LE image generation and more investigation is needed. After taking the images from the Github actions pipeline and trying to use them to test matplot…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
`Web3.utils.toHex` unexpectedly throws an error when given certain `BN` inputs due to incorre…
-
In mathjs v3.6.0, `random()` crashes when passed a `BigNumber`. The documentation seems to indicate that it should basically work:
> Important: BigNumber is not supported by the following function…
ellis updated
2 years ago
-
In our definition:
```
[[parachains]]
id = 1282
chain = "moonbase-local"
[parachains.collator]
name = "alith"
chain = "moonbase-local"
command = "./binaries/moonbeam"
args = ["-lp…
-
The code block bellow won't work on version `2.9.7`. (I didn't test other versions, I upgraded straight to lastest).
I was updating my test utility functions to use `hardhat_mine` and it's a com…
-
I followed the exact syntax in the docs and receive this output.
```
AssertionError: Expected transaction to be reverted
Expected :not reverted
Actual :reverted
```
It seems backwards. I can c…
-
Is there a way to compare two BigNumbers without casting them into Number which might screw them up?
```
const ONE = bignumber(1)
add(ONE,ONE) === add(ONE,ONE) # false
add(ONE,ONE) == add(ONE,ON…
-
Hello,
I don't know how to BN is converted, but result from smart contract is different (int256). Don't have the same result :
Debug code is :
```php
gettype($res) :
string(6) "object"
…
-
I need to preserve datatype in my calculations with matrices. Why can't I pass datatype to `math.eye` or `math.zeroes` ?
Now I'm forced to use such a workaround
```
const e = math.type.SparseMatr…
-
There are a number of functions (e.g. hypot() and cbrt()) in the ECMA 6 Draft spec that are not currently in mathjs. These could be included in mathjs already.
http://people.mozilla.org/~jorendorff/e…