Class Plot2DDemo4


  • public class Plot2DDemo4
    extends Object
    Plots the value of a finite difference approximation of the derivative of (exp(x)-x) at 0.
    Author:
    Christian Fries
    • Constructor Detail

      • Plot2DDemo4

        public Plot2DDemo4()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Run the demo. Plots the value of a finite difference approximation of the derivative of (exp(x)-x) at 0.
        Parameters:
        args - Not used.
        Throws:
        Exception - Exception from the graphics backend.