integer_power Module Procedure

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

Arguments

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

Return Value type(units)