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