real_power Interface

interface
private impure elemental module function real_power(this, exponent_) result(this_raised)

Arguments

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

Return Value type(units)

Description

result is the units of the operand raised to the power "exponent_"; includes check that operand is dimensionless