Subversion Repositories wimsdev

Rev

Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11292
Line 2... Line 2...
2
tit:rawmath
2
tit:rawmath
3
type:$type_both
3
type:$type_both
4
syntax:!rawmath `expr'
4
syntax:!rawmath ``expr''
5
mean:Translate the mathematical expression `expr', possibly with common user errors, \
5
mean:Translate the mathematical expression ``expr'', possibly with common user errors, \
6
  into a machine-understandable mathematical expression. <br/>\
6
  into a machine-understandable mathematical expression. <br/>\
7
  It will replace `(x+1)(x-1)' into `(x+1)*(x-1)', `5x^3' into `5*x^3', etc.\
7
  It will replace ``(x+1)(x-1)'' into ``(x+1)*(x-1)'', ``5x^3'' into ``5*x^3'', etc.\
8
  More precisely,\
8
  More precisely,\
9
 <ul><li>\
9
 <ul><li>\
10
  Replace some badcharacters as **, ², ³.\
10
  Replace some badcharacters as **, ², ³.\
11
   </li><li>translate ++, +-, -+, ... into one sign\
11
   </li><li>translate ++, +-, -+, ... into one sign\
12
   </li><li>\
12
   </li><li>\