예제 #1
0
파일: num.cs 프로젝트: 0xCM/arrows
 public static Complex <T> complex <T>(T re, T im = default)
     where T : struct, IEquatable <T>
 => ComplexNumber.Define(re, im);