lgammaf function

double lgammaf(
  1. double x
)

Implementation

double lgammaf(double x) => lgamma(x);