Rev 555 | Rev 4747 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | |
3980 | bpr | 2 | !set wims_warn_header=<p><font color="red"><blink><b>Attention.</b></blink></font> |
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 |
||
15 | Wims a détecté un nom de variable ou de fonction non-reconnu |
||
3980 | bpr | 16 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
19 | reyssat | 17 | dans votre formule. Erreur de frappe? |
18 | <p> |
||
19 | !set wims_warn_rmremark=yes |
||
20 | !endif |
||
21 | |||
22 | !if flatpower iswordof $wims_warn_rawmath |
||
3980 | bpr | 23 | <p><font color="red"><b>Indication.</font></b> |
24 | Vous voulez entrer <font color="green">x<sup>2</sup></font>? Tapez |
||
19 | reyssat | 25 | <tt>x^2</tt> ou <tt>x**2</tt>. |
26 | <p> |
||
27 | !endif |
||
28 | |||
29 | !if badprec iswordof $wims_warn_rawmath |
||
30 | $wims_warn_header |
||
3980 | bpr | 31 | ``<tt>x^1/2</tt>'' signifie <font color="green">x/2</font>! Il faut taper |
32 | ``<tt>x^(1/2)</tt>'' pour <font color="green">x<sup>1/2</sup></font>. |
||
19 | reyssat | 33 | <p> |
34 | !endif |
||
35 | |||
36 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
37 | $wims_warn_header |
||
38 | Nous avons détecté des parenthèses mal-fermées dans votre formule. Veuillez |
||
39 | la vérifier. |
||
40 | <p> |
||
41 | !endif |
||
42 | |||
43 | !if $wims_warn_rmremark=yes |
||
44 | Utilisez toujours ``<tt>*</tt>'' pour la multiplication, et entourez toujours |
||
45 | les arguments d'une fonction par une paire de parenthèses. |
||
46 | <small>Pour experts. Si vous ne voulez pas que wims interprète votre |
||
47 | expression, commencez-la avec la chaîne ``<tt>1-1+</tt>''.</small> |
||
48 | <p> |
||
49 | !endif |
||
50 | |||
51 | |||
52 |