Rev 4747 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | |
6339 | schaersvoo | 2 | !set wims_warn_header=<span class="wims_warning">$wims_name_warning.</span> |
19 | reyssat | 3 | |
4 | !if ambiguous iswordof $wims_warn_rawmath |
||
5 | $wims_warn_header |
||
6339 | schaersvoo | 6 | <p> |
2577 | schaersvoo | 7 | U hebt een vreemde formule ingetypt, de WIMS interpretatie |
8 | hiervan kan verschillen met uw bedoelingen. Controleer de formule s.v.p. |
||
6339 | schaersvoo | 9 | </p> |
19 | reyssat | 10 | !set wims_warn_rmremark=yes |
11 | !endif |
||
12 | |||
13 | !if unknown iswordof $wims_warn_rawmath |
||
14 | $wims_warn_header |
||
6339 | schaersvoo | 15 | <p> |
2577 | schaersvoo | 16 | WIMS heeft een ongedefinieerde variabele of functienaam ontdekt |
6339 | schaersvoo | 17 | <span style="color:red"><b><tt>$wims_warn_rawmath_parm</tt></b></span> in uw formule. Een typfoutje misschien? |
18 | </p> |
||
19 | reyssat | 19 | !set wims_warn_rmremark=yes |
20 | !endif |
||
21 | |||
22 | !if flatpower iswordof $wims_warn_rawmath |
||
4747 | bpr | 23 | <p><span class="wims_warning">Hint.</span> |
6339 | schaersvoo | 24 | Wil je <span style="color:green">x<sup>2</sup></span> in typen? Typ dan: |
19 | reyssat | 25 | <tt>x^2</tt> of <tt>x**2</tt>. |
6339 | schaersvoo | 26 | </p> |
19 | reyssat | 27 | !endif |
28 | |||
29 | !if badprec iswordof $wims_warn_rawmath |
||
30 | $wims_warn_header |
||
31 | <p> |
||
6339 | schaersvoo | 32 | ``<tt>x^1/2</tt>'' betekent <span style="color:green">x/2</span>! typ s.v.p. |
33 | ``<tt>x^(1/2)</tt>'' voor <span style="color:green">x<sup>1/2</sup></span>. |
||
34 | </p> |
||
19 | reyssat | 35 | !endif |
36 | |||
37 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
38 | $wims_warn_header |
||
6339 | schaersvoo | 39 | <p> |
2577 | schaersvoo | 40 | WIMS heeft een missend haakje ontdekt in een formule. |
41 | Graag even corrigeren |
||
6339 | schaersvoo | 42 | </p> |
19 | reyssat | 43 | !endif |
44 | |||
45 | !if $wims_warn_rmremark=yes |
||
6339 | schaersvoo | 46 | <p> |
2958 | schaersvoo | 47 | Gebruik altijd ``<tt>*</tt>'' voor vermenigvuldigen |
48 | en altijd haakjes voor functie argumenten |
||
19 | reyssat | 49 | <small>Voor experts. Als je niet wilt dat WIMS je uitdrukkingen |
50 | interpreteerd begin dan met ``<tt>1-1+</tt>''.</small> |
||
6339 | schaersvoo | 51 | </p> |
19 | reyssat | 52 | !endif |
53 |