Unit 'DAV_Math' Package
[Overview][Constants][Procedures and functions][Variables][Index] [#pl_asiovst]

EvaluateRational

Declaration

Source position: DAV_Math.pas line 130

function EvaluateRational(

  Nominator: array of Single;

  Denominator: array of Single;

  Input: Single

):Double; overload;

function EvaluateRational(

  Nominator: array of Double;

  Denominator: array of Double;

  Input: Double

):Double; overload;



CT Web help

CodeTyphon Studio