biggest integer that can be stored in a double
问题 What is the biggest "no-floating" integer that can be stored in an IEEE 754 double type without losing precision ? 回答1: The biggest/largest integer that can be stored in a double without losing precision is the same as the largest possible value of a double. That is, DBL_MAX or approximately 1.8 × 10 308 (if your double is an IEEE 754 64-bit double). It's an integer. It's represented exactly. What more do you want? Go on, ask me what the largest integer is, such that it and all smaller