double-precision floating-point numbers?

Oct 31, 2008 at 9:44pm
I know that there are floating numbers in c++ but want to know if there is double-precision floating-point numbers? Why do I ask? Because I learned lua before c++ and that is the automatic number type and lua runs really well for me :).
Oct 31, 2008 at 10:06pm
|Precision:_|_Declaration:____|_Numeric Example:_|
|__single__|___float______|____123.456f_____|
|_ double__|__double______|____123.456______|
Last edited on Oct 31, 2008 at 10:15pm
Oct 31, 2008 at 11:30pm
Thanks for the help. What do u add the begging of the variable?
Last edited on Oct 31, 2008 at 11:32pm
Topic archived. No new replies allowed.