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

Definition at line 1016 of file dblat1.f.

1016 * ********************************* SDIFF **************************
1017 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
1018 *
1019 * .. Scalar Arguments ..
1020  DOUBLE PRECISION sa, sb
1021 * .. Executable Statements ..
1022  sdiff = sa - sb
1023  RETURN
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: