Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
pythag
Interface
12 statements
Source File
special_fun_modules.f90
nr
pythag
Contents
Functions
pythag_dp
pythag_sp
public interface pythag
Contents
Functions
pythag_dp
pythag_sp
Functions
public function pythag_dp(a, b)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(in)
::
a
real(kind=DP),
intent(in)
::
b
Return Value
real(kind=DP)
public function pythag_sp(a, b)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
a
real(kind=SP),
intent(in)
::
b
Return Value
real(kind=SP)