Advanced C++ | Floating Point | Lesson 8
Representation of real numbers.
Precision and accuracy.
Floating-point arithmetic operations.
Floating-point formats (e.g., IEEE 754 standard).
Normalized and denormalized numbers.
Floating-point exceptions (e.g., overflow, underflow, NaN).
Rounding modes.
Comparing floating-point numbers.
Conversion between floating-point and integer representations.
Performance considerations when working with floating-point numbers.