Quantcast
Channel: Леонид Каганов
Viewing all articles
Browse latest Browse all 2991

2021/12/09_2 - И правда, хуй!

$
0
0

Строим график на JavaScript на промежутке от -3 до 3 по формуле:

=============== cut ===============

for(var x=-3;x<=3;x+=0.01) {
   y = Math.abs( Math.sin(x) ) + 5 * Math.pow( Math.E , -Math.pow(x,100) ) * Math.cos(x);
}

=============== /cut ===============


Viewing all articles
Browse latest Browse all 2991

Trending Articles