C# Class PolynomialF, Yeppp

Mostra file Open project: wdv4758h/Yeppp

Public Methods

Method Description
Main ( string args ) : void

Private Methods

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

Method Details

Main() public static method

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