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


sm1

sm1(p,s)
:: ask the sm1 server to execute the command string s.
return
Void
p
Number
s
String
[261] sm1(0," ( (x-1)^2 ) . ");
0
[262] ox_pop_string(0);
x^2-2*x+1
[263] sm1(0," [(x*(x-1))  [(x)]] deRham ");
0
[264] ox_pop_string(0);
[1 , 2]
Reference
sm1_start, ox_push_int0, sm1_push_poly0, Sm1_proc.


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