Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
nth_root
Interface
4 statements
Source File
math_misc.f90
foreng_math_misc
nth_root
Contents
Module Procedures
nth_root_r32
nth_root_r64
public interface nth_root
Compute
Contents
Module Procedures
nth_root_r32
nth_root_r64
Module Procedures
public function
nth_root_r32
(x_, n_) result(root_)
Arguments
Type
Intent
Optional
Attributes
Name
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
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x_
integer,
intent(in)
::
n_
Return Value
real(kind=real64)