Is there a native c++ variable type that\'s \"bigger\" than a double? float is 7 double is 15 (of course depending on the compiler) Is there anything bigger tha
long double, but it generally is still 15 places of precision too.