Go to the first, previous, next, last section, table of contents.


sm1.start

sm1.start()
:: Start ox_sm1_forAsir on the localhost.
return
Integer
[260] ord([da,a,db,b]);
[da,a,db,b,dx,dy,dz,x,y,z,dt,ds,t,s,u,v,w, 
......... omit ..................
]
[261] a*da;
a*da
[262] cc*dcc;
dcc*cc
[263] sm1.mul(da,a,[a]);     
a*da+1                  
[264] sm1.mul(a,da,[a]);
a*da
Reference
ox_launch, sm1.push_int0, sm1.push_poly0, ord


Go to the first, previous, next, last section, table of contents.