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