preferences added

This commit is contained in:
serso
2011-09-26 23:46:47 +04:00
parent 41ce099dd2
commit 90fb6cf109
27 changed files with 404 additions and 133 deletions

View File

@@ -1,7 +1,12 @@
/*
* Copyright (c) 2009-2011. Created by serso aka se.solovyev.
* For more information, please, contact se.solovyev@gmail.com
* or visit http://se.solovyev.org
*/
package org.solovyev.android.calculator.math;
import jscl.math.Generic;
import jscl.math.JSCLInteger;
import jscl.math.NotIntegrableException;
import jscl.math.Variable;
import jscl.math.function.Function;