Subversion Repositories wimsdev

Rev

Rev 11219 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2071 zjchen 1
!! +exec+ +var+ +string+
11219 bpr 2
tit:rawmath
3
type:$type_both
4
syntax:!rawmath `expr'
17228 bpr 5
mean:把可能含有常见错误的数学式 `expr' 翻译成机器能理解的数学式. <br>\
11219 bpr 6
  它把 `(x+1)(x-1)' 变成 `(x+1)*(x-1)',\
7
  把 `5x^3' 变成 `5*x^3', 等等.