C# Class Polynomial, Yeppp

Show file Open project: wdv4758h/Yeppp Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
ComputeMaxDifference ( double xArray, double yArray ) : double
EvaluatePolynomialNaive ( double xArray, double yArray ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void