Rev 10181 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10181 | Rev 14780 | ||
---|---|---|---|
Line 67... | Line 67... | ||
67 | 67 | ||
68 | parent=!texmath (3+(5+x)^2)^5 |
68 | parent=!texmath (3+(5+x)^2)^5 |
69 | 69 | ||
70 | an=!texmath (x*y)/(a*b*c)+(x*y*z)/(a*b) |
70 | an=!texmath (x*y)/(a*b*c)+(x*y*z)/(a*b) |
71 | bn=!texmath a*n |
71 | bn=!texmath a*n |
- | 72 | ||
- | 73 | testexp1=!texmath 4*e-5 |
|
- | 74 | testexp2=!texmath 4*E-1 |
|
72 | 75 | ||
73 | vartest=$add2\ |
76 | vartest=$add2\ |
74 | $add2p\ |
77 | $add2p\ |
75 | $add3\ |
78 | $add3\ |
76 | $sign\ |
79 | $sign\ |
Line 104... | Line 107... | ||
104 | $stupid\ |
107 | $stupid\ |
105 | $warn1ok\ |
108 | $warn1ok\ |
106 | $warn1\ |
109 | $warn1\ |
107 | $parent\ |
110 | $parent\ |
108 | $an\ |
111 | $an\ |
109 |
|
112 | $bn\ |
- | 113 | $testexp1\ |
|
- | 114 | $testexp2 |
|
- | 115 |