-
As discussed in #1175, right now mathjs can only find eigenvalues of real symmetric matrices. It should also be able to find the eigenvalues and eigenvectors for general complex matrices. I'm consulti…
cshaa updated
3 years ago
-
Hi, I believe that the simplify function mistakenly ignores the second argument of the log. I'm on MathJS v9.0.0, commit c56000228f6dfccdefb64e4915bb017e9ec65929, running Node v14.15.4.
Reproducti…
-
I am dealing with `BN` and am trying to get a percentage of a value as follows:
```js
const senderBalance = await this.token.balanceOf(sender);
const burnTax = await this.token.getB…
-
1. Can you please clarify the maximum size of a bignum in bits?
bn.h states that
a A 1024 bit integer takes up 128 bytes RAM, implying that the library supports at least that.
b.But for …
-
## Background
The firmware debug messages use a combination of hex, unsigned decimal and signed decimal formats to represent integer values.
## Currently
There are several problems:
1) many val…
-
I've been using mathjs with great success in my Javascript neural network framework, Kinann:
https://github.com/firepick/kinann
Mathjs provides the key tool I need to perform gradient descent, namel…
-
[Updated in comment]
I tried to create a set of positions from `0x23d70bb87090a316f7d03d9d5d8b3bd883af6672ebd583e013fafb8a070cca5a` using DAI as collateral. I went to edit partition, remove the triv…
-
Right now we're assuming that any `BigNumber`s Ethers returns are of the `bn.js` flavour. While they are based off this, they have a different set of methods available, which causes confusion - especi…
-
Hi,
I just did some unit tests on the library to see if I can use the unit conversion for a webapp requiring a high precision.
A simple test like `unit(100, "mg").toNumber("mg")` give me 99.9999…
-
ethers.utils.randomBytes returns Uint8Array for bytes manipulation. But the current ts utils are written to support strings only. And we are doing all the weird slice and "0x" + to manipulate hex stri…