Exemplo n.º 1
0
Arquivo: num.cs Projeto: 0xCM/arrows
 public static Complex <T> complex <T>(T re, T im = default)
     where T : struct, IEquatable <T>
 => ComplexNumber.Define(re, im);