Searched refs:gamma (Results 1 – 25 of 84) sorted by relevance
1234
133 x -> x==0 ? 1 : 1/(x*SpecialFunctions.gamma(x)),140 /* The location within the interval [1,2] where gamma has a minimum.166 /* The actual minimum value that gamma takes at that location.169 min_y = SpecialFunctions.gamma(min_x)175 # Taylor series generated by Wolfram Alpha for (gamma(min_x+x)-min_y)/x^2.184 * for computing gamma on the interval [1,min_x] */188 (SpecialFunctions.gamma(min_x - x) - min_y) / (x*x),197 * for computing gamma on the interval [min_x,2] */201 (SpecialFunctions.gamma(min_x + x) - min_y) / (x*x),
1 gamma
3 gamma