RosettaCodeData/Task/Gamma-function/Julia/gamma-function-3.julia

3 lines
45 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
using SpecialFunctions
gamma(1/2) - sqrt(pi)