• Plots the Laplace transform of an explicit function.

    Parameters

    • func: ChalkboardFunction

      The function

    • config: {
          context: CanvasRenderingContext2D;
          domain: [number, number];
          lineWidth: number;
          res: number;
          size: number;
          strokeStyle: string;
          x: number;
          y: number;
      }

      The configuration options

      • context: CanvasRenderingContext2D
      • domain: [number, number]
      • lineWidth: number
      • res: number
      • size: number
      • strokeStyle: string
      • x: number
      • y: number

    Returns number[][]

Generated using TypeDoc