-
To reproduce, open factorfence with a formula, for example
http://localhost:5173/?name=FactorFence&viz=FactorFence&seq=Formula&formula=5%5En-3%5En
Then, click in the formula box.
Then, try left…
-
Hey, I found an interesting bug.
If I enter a formula with line breaks in a comment, the page will freezes, and for others as well.
**In fact, the moment I clicked Add Comment, the page was …
-
https://github.com/weegreenblobbie/rank_photos/blob/a7458e3e20dd559f4f5f74421702e64864a1e604/rank_photos.py#L344-L346
This is the wrong formula, it should be:
```
E_a = 1.0 / (1.0 + 10.0 ** ((R_…
-
Under poor computing conditions, I divided the computational grid into 1000m and resolved the seismic wave frequency to 0.05hz, but the calculated PGA is much higher than the result obtained by GMMS. …
-
### Description
Please add formula type to databases to use custom formulas in databases
### Use case
I have a formula to determine the status of a project
if(prop("Archived?"), "⚪️ Archived", (i…
-
Very minor, very unimportant, it'd be fun to have a "formula" callout for things like equations, language grammar points, etc.
-
(from mgo via E-mail)
Hallo,
ich habe eben ein Torus Volumen mit dem Formelrechner ausgerechnet.
Die Formel ist 2 * π² * r² * R
Das Quadrat und das Pi haben wunderbar funktioniert.
Allerdings…
-
### Description
Here's a small case where np.einsum works but jnp.einsum does not
```
import numpy as np
import jax.numpy as jnp
formula = 'a,c,d,db,ab,cb,ac,cd,ad,b->dbc'
arrays = [np.ran…
-
- Estrutura sequencial.
- (12) Tendo como dados de entrada a altura de uma pessoa, construa um algoritmo que calcule seu peso ideal, usando a seguinte fórmula...
- (13) Tendo como dado de entr…
-
Take a look at the autoscale formula text file I've put in the top level of the repo. We probably want it to scale up and down faster.
This is low-priority.