C# Class Sharith.Factorial.Swing

Inheritance: IFactorialFunction
Datei anzeigen Open project: PeterLuschny/Fast-Factorial-Functions

Public Methods

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

Private Methods

Method Description
OddFactorial ( int n ) : Sharith.Arithmetic.XInt
OddSwing ( int n, Sharith.Arithmetic.XInt oddFactNdiv4 ) : Sharith.Arithmetic.XInt
Product ( int m, int len ) : Sharith.Arithmetic.XInt

Method Details

Factorial() public method

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