fork download
  1. program ideone;
  2. var
  3. x, y, u, Q: real;
  4. begin
  5. x := -12.650;
  6. y := -2.255;
  7. u := 3.205;
  8.  
  9. Q := exp((x+y)/2 * ln(u)) - exp(1/3 * ln(abs(x-1)/(abs(y)+1)));
  10.  
  11. writeln('Result is Q=',Q);
  12. end.
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
Result is Q=-1.6124321461160738E+000