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