| ★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/gnu/math/CComplex.html | Nouvelle recherche | Portail wanayoo |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Number
|
+--gnu.math.Numeric
|
+--gnu.math.Quantity
|
+--gnu.math.Complex
|
+--gnu.math.CComplex
General Cartesian Complex number. Use this instead of DComplex if you want exact complex numbers.
| Fields inherited from class gnu.math.Numeric |
CEILING,
FLOOR,
ROUND,
TRUNCATE |
| Constructor Summary | |
CComplex(RealNum real,
RealNum imag)
|
|
| Method Summary | |
RealNum |
im()
|
RealNum |
re()
|
| Methods inherited from class gnu.math.Complex |
abs,
add,
add,
addReversed,
angle,
compare,
compare,
div,
div,
divReversed,
doubleImagValue,
doubleRealValue,
doubleValue,
equals,
equals,
exp,
imMinusOne,
imOne,
isExact,
isZero,
log,
longValue,
make,
make,
mul,
mul,
mulReversed,
neg,
neg,
number,
polar,
polar,
power,
sqrt,
toString |
| Methods inherited from class gnu.math.Quantity |
add,
compare,
compareReversed,
dimensions,
div,
imValue,
make,
make,
make,
mul,
reValue,
unit |
| Methods inherited from class gnu.math.Numeric |
add,
div_inv,
floatValue,
geq,
grt,
intValue,
mul_ident,
power,
sub,
toString |
| Methods inherited from class java.lang.Number |
byteValue,
shortValue |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public CComplex(RealNum real,
RealNum imag)
| Method Detail |
public RealNum re()
public RealNum im()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||