mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 18:04:20 +00:00
fix a few things
This commit is contained in:
parent
12f52201cc
commit
29d10a5284
2 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ export default function (props) {
|
|||
sia rappresentato correttamente.
|
||||
</p>
|
||||
<p>
|
||||
In tal caso, il numero si indica con <ILatex>{r`\alpha^*`}</ILatex>.
|
||||
In tal caso, il numero si indica con <ILatex>{r`\alpha^\star`}</ILatex>.
|
||||
</p>
|
||||
</Panel>
|
||||
</Section>
|
||||
|
@ -72,7 +72,7 @@ export default function (props) {
|
|||
<p>
|
||||
È la differenza tra il numero desiderato e il numero rappresentato:
|
||||
</p>
|
||||
<PLatex>{r`E_a = \left | \alpha - \alpha^* \right |`}</PLatex>
|
||||
<PLatex>{r`E_a = \left | \alpha - \alpha^\star \right |`}</PLatex>
|
||||
</Panel>
|
||||
<Panel title={"Errore relativo"}>
|
||||
<p>
|
||||
|
@ -212,7 +212,7 @@ export default function (props) {
|
|||
</p>
|
||||
<Example>
|
||||
<p>
|
||||
Cerchiamo un algoritmo che risolva <ILatex>{r`2x^* = 4`}</ILatex>.
|
||||
Cerchiamo un algoritmo che risolva <ILatex>{r`2x^\star = 4`}</ILatex>.
|
||||
</p>
|
||||
<p>
|
||||
Calcolare prima <ILatex>{r`t = fl \left( \frac{1}{4} \right)`}</ILatex> e
|
||||
|
|
|
@ -152,7 +152,7 @@ export default function (props) {
|
|||
<p>
|
||||
Un teorema dice che esso è uguale a: <Todo>TODO: Non credo serva.</Todo>
|
||||
</p>
|
||||
<PLatex>{r`R_n(x) = \frac{ \omega_n(x) }{ (n + 1)! } \cdot f^{(n+1)}(\Xi)`}</PLatex>
|
||||
<PLatex>{r`R_n(x) = \frac{ \omega_n(x) }{ (n + 1)! } \cdot f^{(n+1)}(\xi)`}</PLatex>
|
||||
</Panel>
|
||||
<Panel title={"Stima"}>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue