package mightypork.utils.math.constraints; public interface NumEvaluable { double getValue(); }