Unit 'flcMaths' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

GCD

Declaration

Source position: flcMaths.pas line 333

function GCD(

  const N1: Integer;

  const N2: Integer

):Integer; overload;

function GCD(

  const N1: Int64;

  const N2: Int64

):Int64; overload;



CT Web help

CodeTyphon Studio