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


sm1.sm1

sm1.sm1(p,s)
:: サーバ sm1 にコマンド列 s を実行してくれるようにたのむ.
return
なし
p
s
文字列
[261] sm1.sm1(0," ( (x-1)^2 ) . ");
0
[262] ox_pop_string(0);
x^2-2*x+1
[263] sm1.sm1(0," [(x*(x-1))  [(x)]] deRham ");
0
[264] ox_pop_string(0);
[1 , 2]
参照
sm1.start, ox_push_int0, sm1.push_poly0, sm1.get_Sm1_proc().


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