double-precision floating-point numbers?

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 :).
|Precision:_|_Declaration:____|_Numeric Example:_|
|__single__|___float______|____123.456f_____|
|_ double__|__double______|____123.456______|
Last edited on
Thanks for the help. What do u add the begging of the variable?
Last edited on
Topic archived. No new replies allowed.