Inverse Sin = Atn(X / Sqr(-X * X + 1))
Inverse Cos = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)

From the derived math section of MSDN (F1). There is an online collection as well: http://msdn.microsoft.com/