Toggle navigation
Fortran-lang/stdlib
Contributing and specs
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
argpi
Interface
experimental
4 statements
Source File
stdlib_math.fypp
stdlib_math
argpi
Contents
Module Procedures
argpi_sp
argpi_dp
public interface argpi
argpi
computes the phase angle of circular version in the interval (-1.0,1.0]. (
Specification
)
Contents
Module Procedures
argpi_sp
argpi_dp
Module Procedures
private elemental function argpi_sp(z) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=sp),
intent(in)
::
z
Return Value
real(kind=sp)
private elemental function argpi_dp(z) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=dp),
intent(in)
::
z
Return Value
real(kind=dp)