Rev 2577 | Rev 3980 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2577 | Rev 2958 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | !if ambiguous iswordof $wims_warn_rawmath |
4 | !if ambiguous iswordof $wims_warn_rawmath |
5 | $wims_warn_header |
5 | $wims_warn_header |
6 | U hebt een vreemde formule ingetypt, de WIMS interpretatie |
6 | U hebt een vreemde formule ingetypt, de WIMS interpretatie |
7 | hiervan kan verschillen met uw bedoelingen. Controleer de formule s.v.p. |
7 | hiervan kan verschillen met uw bedoelingen. Controleer de formule s.v.p. |
- | 8 | ||
8 | <p> |
9 | <p> |
9 | !set wims_warn_rmremark=yes |
10 | !set wims_warn_rmremark=yes |
10 | !endif |
11 | !endif |
11 | 12 | ||
12 | !if unknown iswordof $wims_warn_rawmath |
13 | !if unknown iswordof $wims_warn_rawmath |
13 | $wims_warn_header |
14 | $wims_warn_header |
14 | WIMS heeft een ongedefinieerde variabele of functienaam ontdekt |
15 | WIMS heeft een ongedefinieerde variabele of functienaam ontdekt |
15 | <font color=red><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
16 | <font color=red><b><tt>$wims_warn_rawmath_parm</tt></b></font> in uw formule. Een typfoutje misschien? |
16 | in uw formule. Een typfoutje misschien? |
- | |
17 | <p> |
17 | <p> |
18 | !set wims_warn_rmremark=yes |
18 | !set wims_warn_rmremark=yes |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if flatpower iswordof $wims_warn_rawmath |
21 | !if flatpower iswordof $wims_warn_rawmath |
22 | <p><font color=red><b>Hint.</font></b> |
22 | <p><font color=red><b>Hint.</font></b> |
23 | Wil je <font color=green>x<sup>2</sup></font> in typen? |
23 | Wil je <font color=green>x<sup>2</sup></font> in typen? Typ dan: |
24 | Typ dan: |
- | |
25 | <tt>x^2</tt> of <tt>x**2</tt>. |
24 | <tt>x^2</tt> of <tt>x**2</tt>. |
26 | <p> |
25 | <p> |
27 | !endif |
26 | !endif |
28 | 27 | ||
29 | !if badprec iswordof $wims_warn_rawmath |
28 | !if badprec iswordof $wims_warn_rawmath |
Line 39... | Line 38... | ||
39 | Graag even corrigeren |
38 | Graag even corrigeren |
40 | <p> |
39 | <p> |
41 | !endif |
40 | !endif |
42 | 41 | ||
43 | !if $wims_warn_rmremark=yes |
42 | !if $wims_warn_rmremark=yes |
44 | Gebruik altijd ``<tt>*</tt>'' voor |
43 | Gebruik altijd ``<tt>*</tt>'' voor vermenigvuldigen |
- | 44 | en altijd haakjes voor functie argumenten |
|
45 | <small>Voor experts. Als je niet wilt dat WIMS je uitdrukkingen |
45 | <small>Voor experts. Als je niet wilt dat WIMS je uitdrukkingen |
46 | interpreteerd begin dan met ``<tt>1-1+</tt>''.</small> |
46 | interpreteerd begin dan met ``<tt>1-1+</tt>''.</small> |
47 | <p> |
47 | <p> |
48 | !endif |
48 | !endif |
49 | 49 |