Exemplo n.º 1
0
Arquivo: Arctg.cs Projeto: ko4a/tmp3
 public Arctg(Expr a)
 {
     A = a;
 }
Exemplo n.º 2
0
 public Ch(Expr a)
 {
     A = a;
 }