Download this file
1 2 3 4 5 6 7 8
ABS(A) A<0?-A,A SQR(A) A*A MIN(A,B) A<B?A,B MAX(A,B) A>B?A,B RANDSEED=0 RANDOM() RANDSEED=RANDSEED*41965+7473