|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectejemplos.factorial
Title: factorial
Description: Calcula el factorial de un numero usando recursividad
Copyright: Copyright (c) 2005
Company: UMSNH
| Constructor Summary | |
factorial()
|
|
| Method Summary | |
static double |
factorial(int N)
Factorial de N recursivo |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public factorial()
| Method Detail |
public static void main(java.lang.String[] args)
public static double factorial(int N)
N - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||