power_fr Interface

interface
public module function power_fr(a, b) result(r)

Arguments

Type IntentOptional Attributes Name
type(rpn_t), intent(in) :: a
type(rpn_t), intent(in) :: b

Return Value type(rpn_t)