double d = 5.5057787190877361e-001; cout << setprecision(15) << fixed << d <<endl;< p="">
this prints 0.550577871908774
and instead of printing it , i need to save this value "0.550577871908774"
what i should to do ?
1 | initial version |
double d = 5.5057787190877361e-001; cout << setprecision(15) << fixed << d <<endl;< p="">
this prints 0.550577871908774
and instead of printing it , i need to save this value "0.550577871908774"
what i should to do ?
2 | No.2 Revision |
double d = 5.5057787190877361e-001;
5.5057787190877361e-001;
cout << setprecision(15) << fixed << d <<endl;< p="">
this prints 0.550577871908774
and instead of printing it , i need to save this value "0.550577871908774"
what i should to do ?
3 | No.3 Revision |
double d = this prints 0.550577871908774
and instead of printing it , it, i need to save this value "0.550577871908774"
what i should to do ?