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

InvMod

Declaration

Source position: flcMaths.pas line 337

function InvMod(

  const A: Integer;

  const N: Integer

):Integer; overload;

function InvMod(

  const A: Int64;

  const N: Int64

):Int64; overload;



CT Web help

CodeTyphon Studio