alpha_frac Function

private elemental function alpha_frac(denominator, numerator)

Quotient of two alpha values.

This function computes alpha(numerator)/alpha(denominator).

Note

This is intended to keep as many integer operations together as possible.

Arguments

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

Legendre mode of the to use in the denominator.

integer, intent(in) :: numerator

Legendre mode of the to use in the numeratorr.

Return Value real(kind=rk)