
org.solovyev.common.math.MathConstants Maven / Gradle / Ivy
package org.solovyev.common.math;
/**
* User: serso
* Date: 3/6/11
* Time: 7:30 PM
*/
public interface MathConstants {
int precisionDigits = 4;
double precision = Math.pow(10, -precisionDigits) / 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy