-
Hi Hanna and the other (possibly 0?) Qalculate devs. Congratulation for the work on Qalculate. I use Qalculate GTK for years now and except for few special circumstances where I log in to Wolfram Alph…
-
This comment describes how execution segments don't work correctly with the arrival-rate executors: https://github.com/loadimpact/k6/pull/1007#issuecomment-522883821
And the other known bug is spec…
-
I have a simple expression
`log(x)^(1/3)` (1)
which is equivalent
`cbrt(log(x))` (2)
I built expression (1)
`var f = nerdamer("log(x)^(1/3)").buildFunction()`
and then tried to use it
```
co…
-
## Short description
The `tan` computation does not finished on distinct complex arguments. Thread has to be stopped manually.
## Steps for reproduce:
```
import numpy as np
import gmpy2
zi = …
w31t1 updated
3 years ago
-
Forgive me for asking a seemingly simple question, but why does the following code produce two distinct solutions?
```
using Plots, DifferentialEquations
f(u,p,t)=-2t*u+t^3; u0=1.0; tspan=(-3.0,3.…
-
https://github.com/borglab/gtsam/blob/43e8f1e5aeaf11890262722c1e5e04a11dbf9d75/gtsam/geometry/SO3.cpp#L279-L281
Should line 281 be
`magnitude = 0.5 - tr_3 / 12.0;`
instead?
-
Hi scirpy team,
I was wondering if more TCR diversity metrics such as inverse Simpson index could be added to scirpy in addition to alpha_diversity? Thanks very much!
naity updated
3 years ago
-
**V version:**
Latest
**OS:**
WSL
**What did you do?**
```v
import math.stats
fn test_freq() {
// Tests were also verified on Wolfram Alpha
data := [f64(10.0), 10.0, 5.9, 2.7]
m…
-
Let's say that we have a number `K` of docs to traverse. We should have at most `N` docs held in memory at the same time. To get the best performance, should we :
- Choose the maximum `batchSize` pos…
-
# Version Information
Forge version: 36.1.16
Psi version: 94
What I expected to happen:
Log(0) = negative infinity
This is how it used to work in Psi, and the principle by which the "sneak-log-…