LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ sdiff()

double precision function sdiff ( double precision  SA,
double precision  SB 
)

Definition at line 1017 of file dblat1.f.

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