Posts by Baba Yaga

Author Biographical Info: Not available

Precision of floating point numbers in C++

By Baba Yaga

The floating-point numbers can be represented using double, float and long double in C++. Let’s see what’s the difference between using float and double? The C++ provid.... Read More