示例#1
0
文件: Has.cs 项目: prvafina/Symbolism
 public static bool FreeOf(this MathObject obj, MathObject a) => !obj.Has(a);