Check if a DType is a floating point type
type IsFloat = IsFloatDType<Float32> // truetype IsInt = IsFloatDType<Int32> // false Copy
type IsFloat = IsFloatDType<Float32> // truetype IsInt = IsFloatDType<Int32> // false
Check if a DType is a floating point type