double
Variables of the type double
store values in the range from ±5,0 × 10−324 to ±1,7 × 10308. You can use the typical literals to initialize double
values:
double pi = 3.14;
double x = -0.5;
double y = 3.9e13;
Variables of the type double
store values in the range from ±5,0 × 10−324 to ±1,7 × 10308. You can use the typical literals to initialize double
values:
double pi = 3.14;
double x = -0.5;
double y = 3.9e13;