Rev 4747 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | |
4747 | bpr | 2 | !set wims_warn_header=<p><span class="wims_warning">$wims_name_warning.</span> |
19 | reyssat | 3 | |
4 | !if ambiguous iswordof $wims_warn_rawmath |
||
5 | $wims_warn_header |
||
4747 | bpr | 6 | La formula inserita è ambigua. Verificate che WIMS |
19 | reyssat | 7 | abbia correttamente |
8 | interpretato i dati inseriti. |
||
7610 | czzmrn | 9 | </p> |
19 | reyssat | 10 | !set wims_warn_rmremark=yes |
11 | !endif |
||
12 | |||
13 | !if unknown iswordof $wims_warn_rawmath |
||
14 | $wims_warn_header |
||
15 | WIMS non riconosce la funzione (o la variabile) |
||
7610 | czzmrn | 16 | <span class="bold tt wims_warning">$wims_warn_rawmath_parm</span> utilizzata nella formula. Errore di battitura? |
17 | </p> |
||
19 | reyssat | 18 | !set wims_warn_rmremark=yes |
19 | !endif |
||
20 | |||
21 | !if flatpower iswordof $wims_warn_rawmath |
||
4747 | bpr | 22 | <p><span class="wims_warning">Suggerimento.</span> |
7610 | czzmrn | 23 | Se si vuole inserire <span class="wims_emph">x<sup>2</sup></span> scrivere |
24 | <span class="tt">x^2</span> oppure <span class="tt">x**2</span>. |
||
25 | </p> |
||
19 | reyssat | 26 | !endif |
27 | |||
28 | !if badprec iswordof $wims_warn_rawmath |
||
29 | $wims_warn_header |
||
7610 | czzmrn | 30 | ``<span class="tt">x^1/2</span>'' significa <span class="wims_emph">x/2</span>! Scrivete |
31 | ``<span class="tt">x^(1/2)</span>'' se intendete <span class="wims_emph">x<sup>1/2</sup></span>. |
||
32 | </p> |
||
19 | reyssat | 33 | !endif |
34 | |||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
36 | $wims_warn_header |
||
7610 | czzmrn | 37 | C'è una parentesi di troppo nella formula. |
19 | reyssat | 38 | Verificate bene. |
7610 | czzmrn | 39 | </p> |
19 | reyssat | 40 | !endif |
41 | |||
42 | !if $wims_warn_rmremark=yes |
||
7610 | czzmrn | 43 | <p> |
44 | Usate sempre ``<span class="tt">*</span>'' per indicare la moltiplicazione e |
||
19 | reyssat | 45 | usate sempre le parentesi per gli argomenti delle funzioni. |
7610 | czzmrn | 46 | <span class="small">Per gli esperti: se volete che WIMS non cerchi di interpretare |
47 | i dati che inserite, fateli precedere da ``<span class="tt">1-1+</span>''.</span> |
||
48 | </p> |
||
19 | reyssat | 49 | !endif |
50 |