Gleitkomma-Zahlen in Java

float  x = 7.9;
double y = 2.4e17; // bedeutet 2.4 * 10^17



Johannes Waldmann 2007-06-04