Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

saving this value

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 ?

saving this value

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 ?

saving this value

double d = 5.5057787190877361e-001;

5.5057787190877361e-001; cout << setprecision(15) << fixed << d <<endl;< p=""> <<endl;

this prints 0.550577871908774

and instead of printing it , it, i need to save this value "0.550577871908774"

what i should to do ?