Небольшие правки

This commit is contained in:
KhasanovAM
2026-03-22 17:34:34 +04:00
parent 5b4c7577e0
commit 773b5efd68
98 changed files with 23219 additions and 7370 deletions

View File

@@ -2,6 +2,8 @@
public class Program
{
// Тип double[] выбран вместо float[] для предотвращения переполнения при умножении,
// так как его диапазон значений значительно больше (до ±1.7e+308 против ±3.4e+38 у float).
private static void Main()
{
double[] inputArray = ReadData(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TestData", "input_data.txt"));