type to check
true if T is any built-in floating-point type: real, complex, or imaginary.
static assert (isFloatingPointType!(double)); static assert (isFloatingPointType!(ifloat));
See Implementation