functions help
can some one explani me the funciton "below" and "if"(in a easy way so a stupid guy can understand)and can someone tell me like the function that are used a lot exept sin cos and tan?
below(x,y)
x>y ====> 1 (AKA True)
x not> y ====> 0 (AKA False)
if(condition,valtrue,valfalse)
If condition is 1 (AKA True), then valtrue is inputted
If condition is not 1 (AKA False), then valfalse is inputted
That, and read more tutorials.
(PAK-9, sorry if humoring them irritates you)