Ok im learning how to do exponents in c++ and I get most of this, but I dont get what double means. I do however know what float is. in the deffenition of double from my compiler help it says
"double - a double-precision floating point value." but i dont get what that means. Also could u tell me what double does in this and how it works. Thank You
double x(2.0);
int y(5);
double x_to_the_y( pow( x, y ) );
p.s. also for future post's how do u bold your title