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 long double only some cpus will allow you to use it though...