public class Factorial
extends java.lang.Object
Constructor | Description |
---|---|
Factorial() |
ctor().
|
Modifier and Type | Method | Description |
---|---|---|
java.math.BigInteger |
at(int n) |
Compute the factorial of the non-negative integer.
|
Ifactor |
toIfactor(int n) |
Compute the factorial of the non-negative integer.
|
public Factorial()
public java.math.BigInteger at(int n)
n
- the argument to the factorial, non-negative.public Ifactor toIfactor(int n)
n
- the argument to the factorial, non-negative.