-
Hello there. Recently I was introduced to Exponential Interpolations as an alternative for Linear Interpolations for certain scenarios (like frequency, zoom level or scale) where linearity feels not e…
-
I tried calculating a matrix exponential but
```julia
julia> exp([1 2; 3 4])
2×2 Matrix{Float64}:
51.969 74.7366
112.105 164.074
julia> exp(Double64.([1 2; 3 4]))
ERROR: MethodError: n…
-
I just wanted to ask a clarifying question. Is there exponential backoff with the retries? As far as I could tell, it only waits 1 sec before retrying.
Is there a way to implement it?
-
#### Description of the bug
I'm creating a value of land access for each node where I want to sum de land area a node can access within 1000m with exponential distance decay. The data is summed from …
-
Today I've run some tests on a classic rigid-contact simulator, without much hope to find anything interesting, but I was wrong.
I've implemented a simple simulator that uses the [pinocchio::forwa…
-
https://arxiv.org/abs/1710.00246 (SETD1)
@MSeeker1340 you may be interested in this, though getting to here before the end of GSoC may be out of reach.
-
Any idea how can i show the intersection size with exact value instead of the exponential.
Here's i have highlighted the exponential that i'd like to be shown in numbers
![image](https://user-imag…
-
The results for the coefficients b and the uncertainties of b of [Example 3](https://github.com/wollmich/metas-b-least/blob/main/metas_b_least/Example_B_LEAST_3.ipynb) for the exponential function are…
-
Let's do Exponential distribution next.
-
OK after living with this for awhile, the exponential notation in the human readable serialization (output of tools like `noms show`, and `noms diff`) is basically never useful and doesn't get easier …