tgamma method

double tgamma(
  1. double _X
)

Implementation

double tgamma(
  double _X,
) {
  return _tgamma(
    _X,
  );
}