Subversion Repositories wimsdev

Rev

Rev 14279 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14279 Rev 16258
Line 10... Line 10...
10
  If the expression is not a "machine-understandable mathematical expression",\
10
  If the expression is not a "machine-understandable mathematical expression",\
11
  there is no garanty on the result (today and in the future !).\
11
  there is no garanty on the result (today and in the future !).\
12
  <ul><li>\
12
  <ul><li>\
13
  All digits or + or - following a ^ or _ are considered as in exponent/subscript;\
13
  All digits or + or - following a ^ or _ are considered as in exponent/subscript;\
14
  expression with ( ) following a ^ or _ are  considered as in exponent/subscript;\
14
  expression with ( ) following a ^ or _ are  considered as in exponent/subscript;\
15
  parenthesis are remove (if no sign before) except in case of exponent and only digits.\
15
  parentheseses are removed (if no sign before) except in case of exponent and only digits.\
16
  </li><li>\
16
  </li><li>\
17
   Get rid of 1*.. ..*1. example: in 1 * x, x/1, the 1 is removed.\
17
   Get rid of 1*.. ..*1. example: in 1 * x, x/1, the 1 is removed.\
18
  </li><li>\
18
  </li><li>\
19
  Replace scientific notation (for example) 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.\
19
  Replace scientific notation (for example) 35E-05 by 10 power and add multiplication sign. Remove the + or 0 useless.\
20
  </li><li>\
20
  </li><li>\
Line 29... Line 29...
29
:end
29
:end
30
<tr>
30
<tr>
31
  <td><code>!mathmlmath 1*x+3*y = 35E-05</code></td>
31
  <td><code>!mathmlmath 1*x+3*y = 35E-05</code></td>
32
  <td>
32
  <td>
33
    !mathmlmath 1*x+3*y = 35E-05
33
    !mathmlmath 1*x+3*y = 35E-05
-
 
34
  </td>
-
 
35
</tr>
-
 
36
<tr>
-
 
37
  <td><code>!mathmlmath 2x, 2*x</code></td>
-
 
38
  <td>
-
 
39
    !mathmlmath 2x, 2*x
-
 
40
  </td>
-
 
41
</tr>
-
 
42
<tr>
-
 
43
  <td><code>!mathmlmath x2, x_2, x^2</code></td>
-
 
44
  <td>
-
 
45
    !mathmlmath x2, x_2, x^2
34
  </td>
46
  </td>
35
</tr>
47
</tr>