czlowiekzgon

Untitled

May 20th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Numerics;
  7.  
  8.  
  9. namespace lab5
  10. {
  11. class Rownanie : Zalozenia
  12. {
  13. private List<int> tab = new List<int>(3);
  14. protected double delta;
  15. protected double pdelta;
  16.  
  17. private List<Complex> t = new List<Complex>(2);
  18. public Rownanie() : Zalozenia(0)
  19. {
  20. this.delta = 0;
  21. this.pdelta = 0;
  22.  
  23. }
  24.  
  25.  
  26.  
  27. }
  28. }
Add Comment
Please, Sign In to add comment