com.actelion.research.calc.histogram.ConstantsHistogram Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.calc.histogram;
/**
* ConstantsHistogram
* Modest v. Korff
*
* Created by korffmo1 on 11.01.19.
*/
public class ConstantsHistogram {
public static final double TINY_FACTOR = 0.000001;
}