Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by 123 ( 16 years ago )
IF x<0.0 AND z<0.0 THEN
y:=(SQRT(EXPT(x,2.0) +EXPT(z,2.0))/(x+z-3))*COS(x);
ELSIF x>0.0 AND z>0.0 THEN
y:=(SQRT(x)-SQRT(z))/(EXPT(x,3.0)+EXPT(z,3.0));
ELSIF x=0 AND z=0 THEN
y:=1;
END_IF;
Revise this Paste
Parent: 23571