Home
last modified time | relevance | path

Searched refs:gamma_high (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/random/
H A Dgammasection.c42 static double gamma_high(double x) in gamma_high() function
49 return (fabs(x) > fabs(y)) ? gamma_high(x) : gamma_low(y); in gamma_max()

Completed in 7 milliseconds