Example #1
0
File: Arctg.cs Project: ko4a/tmp3
 public Arctg(Expr a)
 {
     A = a;
 }
Example #2
0
 public Ch(Expr a)
 {
     A = a;
 }