LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
double precision function sdiff ( double precision  SA,
double precision  SB 
)

Definition at line 603 of file c_zblat1.f.

603 * ********************************* SDIFF **************************
604 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
605 *
606 * .. Scalar Arguments ..
607  DOUBLE PRECISION sa, sb
608 * .. Executable Statements ..
609  sdiff = sa - sb
610  RETURN
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: