Rev 3980 | Rev 6256 | Go to most recent revision | 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 |
||
6 | Vous avez entré une formule ambigue, dont l'interprétation |
||
7 | par wims pourrait ne pas correspondre à ce que vous vouliez. Vérifiez la |
||
8 | formule. |
||
9 | <p> |
||
10 | !set wims_warn_rmremark=yes |
||
11 | !endif |
||
12 | |||
13 | !if unknown iswordof $wims_warn_rawmath |
||
14 | $wims_warn_header |
||
1305 | bpr | 15 | Wims a détecté dans votre formule un nom de variable ou de fonction non connu |
3980 | bpr | 16 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font>. Erreur de frappe? |
19 | reyssat | 17 | <p> |
18 | !set wims_warn_rmremark=yes |
||
19 | !endif |
||
20 | |||
21 | !if flatpower iswordof $wims_warn_rawmath |
||
4747 | bpr | 22 | <p><span class="wims_warning">Indication.</span> |
3980 | bpr | 23 | Vous voulez entrer <font color="green">x<sup>2</sup></font>? Tapez |
19 | reyssat | 24 | <tt>x^2</tt> ou <tt>x**2</tt>. |
25 | <p> |
||
26 | !endif |
||
27 | |||
28 | !if badprec iswordof $wims_warn_rawmath |
||
29 | $wims_warn_header |
||
3980 | bpr | 30 | ``<tt>x^1/2</tt>'' signifie <font color="green">x/2</font>! Il faut taper |
31 | ``<tt>x^(1/2)</tt>'' pour <font color="green">x<sup>1/2</sup></font>. |
||
19 | reyssat | 32 | <p> |
33 | !endif |
||
34 | |||
35 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
36 | $wims_warn_header |
||
37 | Nous avons détecté des parenthèses mal-fermées dans votre formule. Veuillez |
||
38 | la vérifier. |
||
39 | <p> |
||
40 | !endif |
||
41 | |||
42 | !if $wims_warn_rmremark=yes |
||
43 | Utilisez toujours ``<tt>*</tt>'' pour la multiplication, et entourez toujours |
||
44 | les arguments d'une fonction par une paire de parenthèses. |
||
45 | <small>Pour experts. Si vous ne voulez pas que wims interprète votre |
||
46 | expression, commencez-la avec la chaîne ``<tt>1-1+</tt>''.</small> |
||
47 | <p> |
||
48 | !endif |
||
49 | |||
50 | |||
51 |