org.math.array.util.Function Maven / Gradle / Ivy
The newest version!
package org.math.array.util;
/**
* BSD License
*
* @author Yann RICHET
*/
public interface Function {
public double f(double x);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy