Class Doubleg
java.lang.Object
|
+--Doubleg
- public class Doubleg
- extends java.lang.Object
Constructor Summary |
Doubleg(long l)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Doubleg
public Doubleg(long l)
cloneo
public Doubleg cloneo()
getInt
public int getInt()
getKomma
public int getKomma()
add
public Doubleg add(Doubleg l2)
sub
public Doubleg sub(Doubleg l2)
mal
public Doubleg mal(Doubleg l2)
div
public Doubleg div(Doubleg l2)
smaller
public boolean smaller(Doubleg l2)
bigger
public boolean bigger(Doubleg l2)
gleich
public boolean gleich(Doubleg l2)
sqrt
public static Doubleg sqrt(Doubleg a)
nextX
public static Doubleg nextX(Doubleg a,
Doubleg xn)
random
public static int random(int e)