Unit 'usecant' Package
[Overview][Procedures and functions][Index] [#pl_dmath]

Secant

Declaration

Source position: usecant.pas line 12

procedure Secant(

  Func: TFunc;

  var X: Float;

  var Y: Float;

  MaxIter: Integer;

  Tol: Float;

  var F: Float

);



CT Web help

CodeTyphon Studio