Код: Выделить всё
Y=exp(-0.04*(x-13.25)^(2))*300
Я бы сделал так:
Код: Выделить всё
for (float i=3.3454;i
Подробнее здесь: [url]https://stackoverflow.com/questions/6074938/c-sharp-proper-way-to-loop-through-a-float[/url]Код: Выделить всё
Y=exp(-0.04*(x-13.25)^(2))*300
Код: Выделить всё
for (float i=3.3454;i
Подробнее здесь: [url]https://stackoverflow.com/questions/6074938/c-sharp-proper-way-to-loop-through-a-float[/url]