integer_power Interface

interface


Calls

interface~~integer_power~~CallsGraph interface~integer_power integer_power proc~integer_power integer_power interface~integer_power->proc~integer_power

private 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)

Description

result has units of the opearand raised to the power "exponent_"