Class PowFloatFunction


  • public class PowFloatFunction
    extends DualFloatFunction
    Function to raise the base "a" to the power "b"
    • Constructor Detail

      • PowFloatFunction

        public PowFloatFunction​(ValueSource a,
                                ValueSource b)
        Parameters:
        a - the base.
        b - the exponent.