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