Interface PotentialFunction

    • Method Detail

      • getPotentialValue

        double getPotentialValue​(double x)
                          throws Exception
        Calculates the potential value for x
        Parameters:
        x -
        Returns:
        Throws:
        Exception