power_rpns Interface

interface
public module function power_rpns(this, x) result(r)

Arguments

Type IntentOptional Attributes Name
class(rpn_t), intent(in) :: this
real(kind=8), intent(in) :: x

Return Value type(rpn_t)