nth_root_r32 Function

public function nth_root_r32(x_, n_) result(root_)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: x_
integer, intent(in) :: n_

Return Value real(kind=real32)


Contents

None