Archive: functions help


19th December 2005 20:12 UTC

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?


19th December 2005 21:46 UTC

Read more tutorials


20th December 2005 01:28 UTC

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)