unaryPowReal Module Function

pure module function unaryPowReal(input, realParams, intParams, logicalParams) result(output)

Unary wrapper for the raising to a real power. String name "rpow". Uses realParams(1) as the power.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), dimension(:) :: input
real(kind=rk), intent(in), optional, dimension(:) :: realParams
integer(kind=ik), intent(in), optional, dimension(:) :: intParams
logical, intent(in), optional, dimension(:) :: logicalParams

Return Value real(kind=rk), allocatable, dimension(:)