MaxPrecTypeOf.MaxPrecTypeOf

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

Meta