MaxPrecTypeOf.MaxPrecTypeOf

Undocumented in source.
  1. alias MaxPrecTypeOf = creal
  2. alias MaxPrecTypeOf = ireal
  3. alias MaxPrecTypeOf = real
    template MaxPrecTypeOf(T)
    static if(!(isComplexType!(T)))
    static if(!(isImaginaryType!(T)))
    alias MaxPrecTypeOf = real

Meta