Scientific Calculator

(public) Alex/integral

By Alex Alex

f=function(x){%};
a=%;
b=%;
step=(b-a)/10000;
rec=function(b){(b==a)? f(a) : rec(b-step)+f(b)};
(rec(b)-(f(a)+f(b))/2)*step

spam? | offensive?

1 Comment

Sign in to leave a comment