integer_power Module Procedure

module procedure integer_power impure elemental module function integer_power(this, exponent_) result(this_raised)

Arguments

Type IntentOptional AttributesName
class(units), intent(in) :: this
integer, intent(in) :: exponent_

Return Value type(units)


Called by

proc~~integer_power~~CalledByGraph proc~integer_power integer_power interface~integer_power integer_power interface~integer_power->proc~integer_power

Contents

None