Language
C
Compiler
clang 7.0.0
Options
Warnings
Optimization
C11
-pedantic
$ clang prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
x f(x)
-----------------
0.0 2.000000
0.2 1.652293
0.4 1.079253
0.6 0.717680
0.8 1.045973
1.0 3.083333
1.2 8.888960
1.4 22.061253
1.6 48.237013
1.8 95.590640
2.0 175.333333
Exit Code:
0