Example #1
0
File: num.cs Project: 0xCM/arrows
 public static Complex <T> complex <T>(T re, T im = default)
     where T : struct, IEquatable <T>
 => ComplexNumber.Define(re, im);