-
Hello,
Firstly I really like your library. The simplicity of doing simple hand calculations is perfect. I am relatively new to python so I apologise if the queries are simple.
1. Is it possible…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xa2be774f8cb5c86358593e2338ab864e60d4ae0ee24be7b13c6a5f0a5aa8fbc3
**Severity:** medium
**Description:**
**Descriptio…
-
The conjugate gradient (CG) routine here looks to be written to "solve" the system of equations H*x=b
where H is positive (semi) definite, rather than minimizing the least-squares cost function | A…
-
The coefficient generation functions are written to perform the verbatim calculations described in ISO 18431-4. These formulas are written in terms of the quality factor Q, which is related to the dam…
-
GCP started rating [their regions](https://cloud.google.com/sustainability/region-carbon#data) with `CFE%` & `Grid carbon intensity`. Would it be possible for kubecost to ingest and present that numer…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x2e5384ed5a8dd0b973cc6bd44aed557f48e829e32e756078df273572bdec2664
**Severity:** high
**Description:**
**Description*…
-
I've found some cases where go-jsonnet doesn't match jsonnet.
C++ jsonnet:
```
$ ./jsonnet -e "36.557601928710938 + std.cos(2 * 3.14159265358979323846264338327950288 / 32 * 15) * 2"
34.59603136…
-
### Aim
Attempted to use a `Field` larger than `u32::MAX` as a numeric generic:
```noir
global A: Field = 4294967297;
fn foo() { }
fn main() {
let C = foo::();
}
```
### Expected Be…
-
I came across cell volume calculations in https://github.com/OPM/opm-common/blob/59f9813e1467d86bd847c05af67f560f8b6b155f/src/opm/common/utility/numeric/calculateCellVol.cpp
We do similar calculati…
-
## Current behavior
The eager numeric execution can result in calculations which are way too large to calculate numerically:
```fsharp
9Q ** 99Q ==> "2951266543065275214875348022619773631435927…