#include <iostream>#include <math.h>using namespace std; int main() { float f = 2*cosf(1.57079637f); cout << f; return 0;}
Standard input is empty
-8.74228e-08
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!