fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main() {
  5. double u = 10.05;
  6. double v = 0.35;
  7.  
  8. double b = sqrt(pow(sin(atan(u)), 2) + cos(v));
  9.  
  10. printf("%lf\n", b);
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5312KB
stdin
Standard input is empty
stdout
1.389089