ladiv_f Interface

public interface ladiv_f

LADIV_F := X / Y, where X and Y are complex. The computation of X / Y will not overflow on an intermediary step unless the results overflows.


Functions

public pure function cladiv(x, y)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: x
complex(kind=sp), intent(in) :: y

Return Value complex(kind=sp)

public pure function zladiv(x, y)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: x
complex(kind=dp), intent(in) :: y

Return Value complex(kind=dp)

Module Procedures

public interface stdlib_cladiv()

Arguments

None

public interface stdlib_zladiv()

Arguments

None