Class Collatz

java.lang.Object
   |
   +----Collatz

public class Collatz
extends Object
Berechnet Collatz-Funktion, d.h. Anzahl der Iterationen der Funktion g: N -> N bis die Eingabe auf 1 transformiert ist mit g(x) = x/2 falls x gerade, 3*x+1 sonst


Constructor Index

 o Collatz()

Method Index

 o main(String[])

Constructors

 o Collatz
 public Collatz()

Methods

 o main
 public static void main(String argv[])