Class Power

    • Field Detail

      • MathPowerDoubleFunction

        public static final BiFunction<Double,​Double,​Double> MathPowerDoubleFunction
        Computes the value of a number raised to the given power.
        Output parameters:
        result - The number raised to the exponent.
        Input parameters:
        number - The number to exponentiate.
        exponent - The power to which to raise the number.
      • MathPointwisePowerDoubleArrayComputer

        public static final Computers.Arity2<double[],​Double,​double[]> MathPointwisePowerDoubleArrayComputer
    • Constructor Detail

      • Power

        public Power()