fork download
  1. #include <iostream>
  2. #include <math.h>
  3. #include <iomanip>
  4. using namespace std;
  5.  
  6.  
  7. int main() {
  8.  
  9. cout << std::fixed << cosf(1.57079637f);
  10.  
  11.  
  12.  
  13.  
  14. return 0;
  15. }
Success #stdin #stdout 0s 5644KB
stdin
Standard input is empty
stdout
-0.000000