C# 클래스 Coon.Compass.Procyon.alglib.alglib.ntheory

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
findprimitiverootandinverse ( int n, int &proot, int &invproot ) : void

비공개 메소드들

메소드 설명
isprime ( int n ) : bool
modexp ( int a, int b, int n ) : int
modmul ( int a, int b, int n ) : int

메소드 상세

findprimitiverootandinverse() 공개 정적인 메소드

public static findprimitiverootandinverse ( int n, int &proot, int &invproot ) : void
n int
proot int
invproot int
리턴 void