ply_alpha_frac Function

private function ply_alpha_frac(denominator, numerator) result(alpha_frac)

Quotient of two alpha values.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: denominator

Denominator

integer, intent(in) :: numerator

Numerator

Return Value real(kind=rk)

The quotient of two alpha values.