5 lines
81 B
C
5 lines
81 B
C
#pragma once
|
|
|
|
double igam(double a, double x);
|
|
double igamc(double a, double x);
|