9 lines
129 B
Scilab
9 lines
129 B
Scilab
|
|
exec("swigtest.start", -1);
|
||
|
|
|
||
|
|
try
|
||
|
|
x = fmod(M_PI_get(), M_1_PI_get())
|
||
|
|
catch
|
||
|
|
swigtesterror();
|
||
|
|
end
|
||
|
|
|
||
|
|
exec("swigtest.quit", -1);
|