math_tools.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:py-prng 作者: czechnology 项目源码 文件源码
def incomplete_gamma_upper(a, x, precision=9):
    # Numerical approximation of the lower incomplete gamma function to the given precision
    # https://en.wikipedia.org/wiki/Incomplete_gamma_function
    # http://mathworld.wolfram.com/IncompleteGammaFunction.html
    return gamma(a) - incomplete_gamma_lower(a, x, precision)
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号