Rev 3980 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | |
2 | !set wims_warn_header=<p><font color=red><b>Attenzione.</b></font> |
||
3 | |||
4 | !if ambiguous iswordof $wims_warn_rawmath |
||
5 | $wims_warn_header |
||
6 | La formula inserita è ambigua. Verificate che WIMS |
||
7 | abbia correttamente |
||
8 | interpretato i dati inseriti. |
||
9 | <p> |
||
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) |
||
16 | <font color=red><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
||
17 | utilizzata nella formula. Errore di battitura? |
||
18 | <p> |
||
19 | !set wims_warn_rmremark=yes |
||
20 | !endif |
||
21 | |||
22 | !if flatpower iswordof $wims_warn_rawmath |
||
23 | <p><font color=red><b>Suggerimento.</font></b> |
||
24 | Se si vuole inserire <font color=green>x<sup>2</sup></font> scrivere |
||
25 | <tt>x^2</tt> o <tt>x**2</tt>. |
||
26 | <p> |
||
27 | !endif |
||
28 | |||
29 | !if badprec iswordof $wims_warn_rawmath |
||
30 | $wims_warn_header |
||
31 | ``<tt>x^1/2</tt>'' significa <font color=green>x/2</font>! Scrivete |
||
32 | ``<tt>x^(1/2)</tt>'' se intendete <font color=green>x<sup>1/2</sup></font>. |
||
33 | <p> |
||
34 | !endif |
||
35 | |||
36 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
37 | $wims_warn_header |
||
38 | C'è una parentesi di troppo nella formula. |
||
39 | Verificate bene. |
||
40 | <p> |
||
41 | !endif |
||
42 | |||
43 | !if $wims_warn_rmremark=yes |
||
44 | Usate sempre ``<tt>*</tt>'' per indicare la moltiplicazione e |
||
45 | usate sempre le parentesi per gli argomenti delle funzioni. |
||
46 | <small>Per gli esperti: se volete che WIMS non cerchi di interpretare |
||
47 | i dati che inserite, fateli precedere da ``<tt>1-1+</tt>''.</small> |
||
48 | <p> |
||
49 | !endif |
||
50 |