0

What does the function 'double' do?

7th Jul 2016, 11:36 PM
Jin AML
Jin AML - avatar
2 Answers
+ 1
double is not a function. It's a floating point data type which is used to declare a variable of size 8 bytes in modern compilers
16th Jul 2016, 7:13 PM
Venugopal B V
Venugopal B V - avatar
0
It is not a function. Type double is a floating point type that is larger than or equal to type float, but shorter than or equal to the size of type long double. Range of values: 1.7E +/- 308 (15 digits)
8th Jul 2016, 11:19 PM
Ciprian
Ciprian - avatar