Rev 4747 | 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 |
||
10522 | kuzman | 6 | Vnesli ste dvoumen izraz, ki ga morda WIMS razume drugače kot vi. Preverite ga ponovno. |
19 | reyssat | 7 | <p> |
8 | !set wims_warn_rmremark=yes |
||
9 | !endif |
||
10 | |||
11 | !if unknown iswordof $wims_warn_rawmath |
||
12 | $wims_warn_header |
||
10522 | kuzman | 13 | WIMS je zaznal neznano spremenljivko ali funkcijo |
3980 | bpr | 14 | <font color="red"><b><tt>$wims_warn_rawmath_parm</tt></b></font> |
10522 | kuzman | 15 | v vašem izrazu. |
19 | reyssat | 16 | <p> |
17 | !set wims_warn_rmremark=yes |
||
18 | !endif |
||
19 | |||
20 | !if flatpower iswordof $wims_warn_rawmath |
||
10522 | kuzman | 21 | <p><span class="wims_warning">Namig.</span> |
22 | Ste želeli vnesti <font color="green">x<sup>2</sup></font>? Vpišite |
||
23 | <tt>x^2</tt> ali <tt>x**2</tt>. |
||
19 | reyssat | 24 | <p> |
25 | !endif |
||
26 | |||
27 | !if badprec iswordof $wims_warn_rawmath |
||
28 | $wims_warn_header |
||
10522 | kuzman | 29 | ``<tt>x^1/2</tt>'' pomeni <font color="green">x/2</font>! Vnesti morate |
30 | ``<tt>x^(1/2)</tt>'' za <font color="green">x<sup>1/2</sup></font>. |
||
19 | reyssat | 31 | <p> |
32 | !endif |
||
33 | |||
34 | !if unmatched_parentheses iswordof $wims_warn_rawmath |
||
35 | $wims_warn_header |
||
10522 | kuzman | 36 | V vašem izrazu smo zaznali napako pri oklepajih. <p> |
19 | reyssat | 37 | !endif |
38 | |||
39 | !if $wims_warn_rmremark=yes |
||
10522 | kuzman | 40 | Vnesite znak ``<tt>*</tt>'' za množenje in uporabite oklepaje za argumente funkcij. |
41 | <small>Za izkušene uporabnike: če ne želite, da WIMS samodejno interpretira izraze, začnite izraz z ``<tt>1-1+</tt>''.</small> |
||
19 | reyssat | 42 | <p> |
43 | !endif |
||
44 |