All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.common.math.MathConstants Maven / Gradle / Ivy

The newest version!
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