Differences From Artifact [ce0b4c95c5]:

To Artifact [0428d6f425]:


10
11
12
13
14
15
16


17
18
 FOR ALL f,g,x LET df(pow(f,g),x)=
 	   pow(f,g-1) * (df(f,x)*g + df(g,x)*f*log(f))$

 %% Special cases
 FOR ALL x LET pow(x,0) = 1$
 FOR ALL x LET pow(x,1) = x$




END$







>
>


10
11
12
13
14
15
16
17
18
19
20
 FOR ALL f,g,x LET df(pow(f,g),x)=
 	   pow(f,g-1) * (df(f,x)*g + df(g,x)*f*log(f))$

 %% Special cases
 FOR ALL x LET pow(x,0) = 1$
 FOR ALL x LET pow(x,1) = x$

OPERATOR fabs$
FOR ALL x let abs(x) = fabs(x)$

END$

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]