-
-
Tried to compare two big numbers (1000000000000), however only last version works.
![image](https://github.com/josdejong/mathjs/assets/133093698/4983943d-a3b9-4f11-a5bf-b39fd7ddebc3)
Is it corre…
-
When generating c# wrapper with this c++ code:
`%module EnumIssue
enum TestEnum : long long { Test = 1LL
-
The current eigenvalue algorithm supports [shifting](https://math.stackexchange.com/q/3928328/) however as of now it is not used. The gist of shifting is this:
1. The smaller (the absolute value of…
-
I am using the code below:
mathjs.config({ number: 'bignumber', precision: 64 });
var expression = 'cos(5)+0.28366218546';
var result = mathjs.eval(expression);
MathJS returns this exception:
Canno…
-
Originally posted by **cfi700** July 29, 2023
First of all, thanks for the great project.
While rebuilding (with Arduino Nano Clone) I noticed the following problems:
PIN SCL is not PIN A3 bu…
-
math.subtract("315051884410500000", "358209676795500000") = -4315779238500060
The correct answer should be: -43157792385000000. Why would this be happening? This can be replicated using the math.s…
-
Right now if we want to test signing we need to run all of presiging first to get a `PresignRecord` (or, more interestingly, a set of consistent `PresignRecord`s). It would be nice to have a test-only…
-
### Ethers Version
6.7.1
### Search Terms
keccak v6
### Describe the Problem
The keccak256 function gives a different result upgrading to v6
V6 code throw the exception.. what is changed fro…
-
How can we remove all these console logs from the sdk?
```
Duplicate definition of ModifyParameters (ModifyParameters(bytes32,uint256), ModifyParameters(bytes32,bytes32,uint256))
Duplicate defini…