|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.FastMath.FRExpResultf
public static class FastMath.FRExpResultf
Helper class to return result tuple of frexp()
| Field Summary | |
|---|---|
int |
exponent
exponent of floating point representation |
float |
mantissa
normalised mantissa |
| Constructor Summary | |
|---|---|
FastMath.FRExpResultf()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float mantissa
public int exponent
| Constructor Detail |
|---|
public FastMath.FRExpResultf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||