Language
C
Compiler
clang 9.0.0
Options
Warnings
Optimization
C11
-pedantic
Raw compiler options
-lm
$ clang prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic -lm
x trapGamma tgamma error
-----------------------------------------------------------------
0.0 inf inf -nan
0.2 inf 3.6256099082219082e+00 -inf
0.5 inf 1.7724538509055161e+00 -inf
0.8 inf 1.2254167024651776e+00 -inf
1.0 1.0018739411775306e+00 1.0000000000000000e+00 -1.874e-03
1.2 8.7717820151569570e-01 9.0640247705547705e-01 3.224e-02
1.5 8.7437591140555126e-01 8.8622692545275805e-01 1.337e-02
1.8 9.1428531224222365e-01 9.1906252684888323e-01 5.198e-03
2.0 9.9812146505308952e-01 1.0000000000000000e+00 1.879e-03
2.2 1.1322959457538324e+00 1.1330030963193463e+00 6.241e-04
2.5 1.3290851278942737e+00 1.3293403881791370e+00 1.920e-04
Exit Code:
0