Hacker News new | ask | show | jobs
by zw123456 1998 days ago
I kind of like this one sin(8x)/2x
1 comments

try sin(8 * x)/2 * x/sin(t)

or even

sin(b * x * t/clamp(b/10,x/t,t)) * x * clamp(b/40 * t,x/10,t)

or sin(b * x * t/clamp(b/10,x / t,t)) * x * clamp(b/40,x/10,t)

or sin( b * x * t/clamp(b/10,x/t,t)) * x * (x-x * x) * clamp(b/4,sin (x * t) * x/10,t)

hehe, nice. I can see I have a new way of wasting time :)