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

Definition at line 645 of file zblat1.f.

645 * ********************************* SDIFF **************************
646 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
647 *
648 * .. Scalar Arguments ..
649  DOUBLE PRECISION sa, sb
650 * .. Executable Statements ..
651  sdiff = sa - sb
652  RETURN
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: