![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
complex*16 function zladiv | ( | complex*16 | x, |
complex*16 | y ) |
ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.
Download ZLADIV + dependencies [TGZ] [ZIP] [TXT]
!> !> ZLADIV := X / Y, where X and Y are complex. The computation of X / Y !> will not overflow on an intermediary step unless the results !> overflows. !>
[in] | X | !> X is COMPLEX*16 !> |
[in] | Y | !> Y is COMPLEX*16 !> The complex scalars X and Y. !> |
Definition at line 61 of file zladiv.f.