Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++03
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
Enter N (number of iterations),x (angle value in rad): sin(0.5) = 0.442398 the real value should be 0.479426
Exit Code:
0