ad 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. commit 76cf6bfeb091cf9fb178a145fce0b08ce2a1793f (HEAD -> master, originred/master)
  2. Author: Sultan Khasanov <sultikkh@gmail.com>
  3. Date: Wed Jan 4 15:54:29 2023 +0300
  4. некоторые изменения кода
  5. diff --git a/Laba 4/.vs/Laba 4/FileContentIndex/44929c6f-3418-4dbb-8be1-1a747ba559f2.vsidx b/Laba 4/.vs/Laba 4/FileContentIndex/44929c6f-3418-4dbb-8be1-1a747ba559f2.vsidx
  6. new file mode 100644
  7. index 0000000..9652eae
  8. Binary files /dev/null and b/Laba 4/.vs/Laba 4/FileContentIndex/44929c6f-3418-4dbb-8be1-1a747ba559f2.vsidx differ
  9. diff --git a/Laba 4/.vs/Laba 4/FileContentIndex/read.lock b/Laba 4/.vs/Laba 4/FileContentIndex/read.lock
  10. new file mode 100644
  11. index 0000000..e69de29
  12. diff --git a/Laba 4/.vs/slnx.sqlite b/Laba 4/.vs/slnx.sqlite
  13. new file mode 100644
  14. index 0000000..906fd64
  15. Binary files /dev/null and b/Laba 4/.vs/slnx.sqlite differ
  16. diff --git a/Laba 4/Program.cs b/Laba 4/Program.cs
  17. index 87ff6ba..8aba553 100644
  18. --- a/Laba 4/Program.cs
  19. +++ b/Laba 4/Program.cs
  20. @@ -16,6 +16,7 @@ namespace laba4
  21. x = double.Parse(Console.ReadLine());//Ввод вещественной переменной преобразованной из строки
  22. y = 4 * (Math.Pow(x - 3, 6)) - 7 * (Math.Pow(x - 3, 3)) + 2;//Нахождение значения функции
  23. Console.WriteLine("Значение функции = {0}", y);//Вывод значения y
  24. + // некоторые изменения кода
  25. Console.ReadLine(); //Строка ввода чтобы окно не закрылось
  26. }
  27. }
  28. diff --git a/Laba 4/obj/Release/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs b/Laba 4/obj/Release/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs
  29. new file mode 100644
  30. index 0000000..2afc031
  31. --- /dev/null
  32. +++ b/Laba 4/obj/Release/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs
  33. @@ -0,0 +1,4 @@
  34. +// <autogenerated />
  35. +using System;
  36. +using System.Reflection;
  37. +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.1", FrameworkDisplayName = ".NET Framework 4.7.1")]
  38. diff --git a/Laba 4/obj/Release/Laba 4.csproj.AssemblyReference.cache b/Laba 4/obj/Release/Laba 4.csproj.AssemblyReference.cache
  39. new file mode 100644
  40. index 0000000..fe10031
  41. Binary files /dev/null and b/Laba 4/obj/Release/Laba 4.csproj.AssemblyReference.cache differ