is_exact

True if the number is exact.

  static const bool is_exact = false;
  
Remarks

All integer types are exact, but not all floating point types are exact.