Changed ö to ö
This commit is contained in:
parent
dac2ffb437
commit
51473c4d9e
@ -118,10 +118,10 @@
|
||||
result2 = (-b.value - Math.sqrt(d)) / (2*a.value)
|
||||
|
||||
if(result1 == result2) {
|
||||
result_string_new += "<li>Lösung: \
|
||||
result_string_new += "<li>Lösung: \
|
||||
<br>– <code>x<sub>1/2</sub> = <mark>" + result1 + "</mark></code></li>";
|
||||
} else {
|
||||
result_string_new += "<li>Lösung: \
|
||||
result_string_new += "<li>Lösung: \
|
||||
<br>– <code>x<sub>1</sub> = <mark>" + result1 + "</mark></code>\
|
||||
<br>– <code>x<sub>2</sub> = <mark>" + result2 + "</mark></code></li>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user