nth_root Interface

public interface nth_root

Compute


Contents


Module Procedures

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)

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

Arguments

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

Return Value real(kind=real64)