fork download
  1. using System;
  2.  
  3. class Program {
  4. static void Main() {
  5. double u = 10.05;
  6. double v = 0.35;
  7.  
  8. double b = Math.Sqrt(Math.Pow(Math.Sin(Math.Atan(u)), 2) + Math.Cos(v));
  9.  
  10. Console.WriteLine(b);
  11. }
  12. }
Success #stdin #stdout 0.03s 27060KB
stdin
Standard input is empty
stdout
1.3890892813513