Class PrimitiveFunction


  • public final class PrimitiveFunction
    extends FunctionSet<java.lang.Double>
    Only the primitive parameter (double) methods are actually implemented. The methods with the reference type parameters (Double) should delegate to the primitive methods (and do nothing else). The various implementations should delegate as much as possible to Math and/or built-in Java operators.