real_power Module Procedure

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

Require dimensionless operand => result is default-initialized as dimensionless

Arguments

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

Return Value type(units)


Calls

proc~~real_power~~CallsGraph proc~real_power real_power assert assert proc~real_power->assert interface~is_dimensionless units%is_dimensionless proc~real_power->interface~is_dimensionless