Einmal ein Rechtschreibfehler und einmal in rad ausgegeben.
This commit is contained in:
@@ -852,7 +852,7 @@ def compute_gha2_stoch(n2, cb_stoch, n_in, beta0, lamb0, beta1, lamb1, ax, ay, b
|
||||
|
||||
out = html.Div([
|
||||
html.Strong("Stochastisch (ES): "),
|
||||
html.Span(f"{aus.gms('α₀', a0_stoch, 4)}, α₁ = {a1_stoch}, s = {s_stoch:.4f} m"),
|
||||
html.Span(f"{aus.gms('α₀', a0_stoch, 4)}, {aus.gms('α₁', a1_stoch, 4)}, s = {s_stoch:.4f} m"),
|
||||
])
|
||||
|
||||
store = {
|
||||
@@ -907,7 +907,7 @@ def compute_gha2_approx(n2, cb_approx, ds_in, beta0, lamb0, beta1, lamb1, ax, ay
|
||||
store = {
|
||||
"points": [("P0", P0, "black"), ("P1", P1, "black")],
|
||||
"polyline": points,
|
||||
"name": "aproximiert",
|
||||
"name": "approximiert",
|
||||
"color": "#00c2fc",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user