TR-mbed 1.0
Loading...
Searching...
No Matches
Functions/Subroutines
zladiv.f File Reference

Functions/Subroutines

complex *16 function zladiv (x, y)
 ZLADIV
 

Function/Subroutine Documentation

◆ zladiv()

complex*16 function zladiv ( complex*16  x,
complex*16  y 
)

ZLADIV

Download ZLADIV + dependencies [TGZ] [ZIP] [TXT]

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
[in]X
          X is COMPLEX*16
[in]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
November 2011