LAPACK  3.9.1
LAPACK: Linear Algebra PACKage

◆ sdiff()

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

Definition at line 1048 of file dblat1.f.

1049 * ********************************* SDIFF **************************
1050 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
1051 *
1052 * .. Scalar Arguments ..
1053  DOUBLE PRECISION SA, SB
1054 * .. Executable Statements ..
1055  sdiff = sa - sb
1056  RETURN
real function sdiff(SA, SB)
Definition: cblat1.f:678
Here is the call graph for this function: