C# Class Sharith.Factorial.ParallelSplitPrimeSwing

Inheritance: IFactorialFunction
ファイルを表示 Open project: PeterLuschny/Fast-Factorial-Functions

Public Methods

Method Description
Factorial ( int n ) : Sharith.Arithmetic.XInt

Private Methods

Method Description
RecFactorial2 ( int n ) : Sharith.Arithmetic.XInt
RecFactorial3 ( int n ) : Sharith.Arithmetic.XInt
Swing2 ( PrimeSieve sieve, int n ) : Sharith.Arithmetic.XInt
Swing3 ( PrimeSieve sieve, int n ) : Sharith.Arithmetic.XInt

Method Details

Factorial() public method

public Factorial ( int n ) : Sharith.Arithmetic.XInt
n int
return Sharith.Arithmetic.XInt