package jscl.math.operator.stat; import jscl.JsclMathEngine; import jscl.MathEngine; import org.junit.Test; /** * User: serso * Date: 1/15/12 * Time: 5:03 PM */ public class MinTest { @Test public void testFunction() throws Exception { final MathEngine me = JsclMathEngine.getInstance(); } }