We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a571383 commit e61bb92Copy full SHA for e61bb92
README.md
@@ -45,8 +45,6 @@ Define a linearized cost model, with `t` the time required to evaluate one eleme
45
```math
46
t_{0} n (1 - p)^n
47
```
48
-<img src="https://render.githubusercontent.com/render/math?math={t_{0} n (1 - p)^{n}}#gh-light-mode-only">
49
-<img src="https://render.githubusercontent.com/render/math?math={\color{white}t_{0} n (1 - p)^{n}}#gh-dark-mode-only">
50
Thus, the point at which non-vectorized evaluation is optimal is
51
```julia
52
t₀ * (1 - p)^n < tᵥ
0 commit comments