zladiv.f - Man Page
Synopsis
Functions/Subroutines
complex *16 function zladiv (X, Y)
ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.
Function/Subroutine Documentation
complex*16 function zladiv (complex*16 X, complex*16 Y)
ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.
Purpose:
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.
- Parameters:
X
X is COMPLEX*16
Y
Y is COMPLEX*16 The complex scalars X and Y.
- Author:
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
- Date:
December 2016
Definition at line 66 of file zladiv.f.
Author
Generated automatically by Doxygen for LAPACK from the source code.
Referenced By
The man page zladiv(3) is an alias of zladiv.f(3).
Tue Nov 14 2017 Version 3.8.0 LAPACK