I am trying to use Wolfram Alpha in Mathematica 10.2 to show me the steps for calculating the integral in the title, i.e I have written the following command:
show steps of Integrate[Exp[-(I*(s*t))]/(Sqrt[2*Pi]*Sqrt[s]), {s, 0, Infinity}]
in the Wolfram alpha command line, but it doesn't show me the steps, can anyone help me on how to make Mathematica show me the steps for calculating this integral?

Integratetakes. – Michael E2 Dec 06 '15 at 20:06Erf): `In[1]:= Integrate[Exp[-(I(st))]/(Sqrt[2*Pi]*Sqrt[s]), s]Out[1]= -(((-1)^(1/4) Erfi[(-1)^(3/4) Sqrt[s] Sqrt[t]])/( Sqrt[2] Sqrt[t]))`
– Greg Hurst Dec 06 '15 at 20:17