Public Member Functions | |
while ((c=*++p) >= '0'&&c<= '9') | |
if (c== '.') | |
if (len==0) | |
if (c== 'e'||c== 'E') exp+=strtoi(d[(p-d.ptr)+1..length]) | |
Public Attributes | |
int | len |
const int | MaxDigits = 17 |
p = d.ptr + trimZero (d) - 1 |
|
Definition at line 325 of file Double.d. References len. |
|
|
|
|
|
|
|
|
|
|
|
|