DEBSOURCES
Skip Quicknav
sources / scilab / 5.2.2-9 / modules / mexlib / examples / cppmex / libmex.tst
12345678910111213
// load the shared library exec loader.sce ; // run tests x=56; y = square(x); if norm(y-x^2) > %eps then pause,end