September Morn Update

This commit is contained in:
Ingy döt Net 2019-09-12 10:33:56 -07:00
parent 4e2d22a71d
commit aac6731f2c
6856 changed files with 141342 additions and 21127 deletions

View file

@ -1,14 +1,2 @@
julia> x = rand(10)*20
julia> (gamma_quad(x) - gamma(x)) ./ gamma(x)
10-element Array{Any,1}:
-1.64473e-16
1.30036e-16
0.0
-1.92627e-16
0.0
2.06808e-16
-1.46141e-16
1.65947e-16
0.0
0.0
using SpecialFunctions
gamma(1/2) - sqrt(pi)