Esempio n. 1
0
File: Arctg.cs Progetto: ko4a/tmp3
 public Arctg(Expr a)
 {
     A = a;
 }
Esempio n. 2
0
 public Ch(Expr a)
 {
     A = a;
 }