Gamma function: Difference between revisions

(Added Wren)
Line 2,189:
=={{header|Nim}}==
{{trans|Ada}}
The algorithm is a translation of that from the Ada solution. We have added a comparison with the gamma function provided by the “math” module from Nim standard library (which is, in fact, the C “tgamma” function).
<lang nim>const a = [
1.00000000000000000000, 0.57721566490153286061, -0.65587807152025388108,
Anonymous user