/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/Statistics/src/GammaContinuedFraction.h
11 строк
332 B
Cms Build
Clang-Format
03 июн 2019, 06:44
03 июн 2019, 06:44
6a63925
Код
Авторство
О чём код?
#ifndef GammaContinuedFraction_H #define GammaContinuedFraction_H /** Returns the continued fraction summation of the * (complement of the) incomplete gamma function P(a,x) * evaluated by its continued fraction representation. * source: Numerical Recipes */ extern float GammaContinuedFraction(float a, float x); #endif