Range of double is in the book is highlighted in yellow. But program in the following website (http://msdn.microsoft.com/en-us/library/994c0zb1.aspx) says that:
//-1.79769313486232E+308 is outside the range of the Double type.
//1.79769313486232E+308 is outside the range of the Double type.
According to the book double should be:
//-1.79769313486232E+308 is inside the range of the Double type.
//1.79769313486232E+308 is inside the range of the Double type.
Please explain the problem