LAPACK  3.9.1
LAPACK: Linear Algebra PACKage

◆ sdiff()

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

Definition at line 677 of file zblat1.f.

678 * ********************************* SDIFF **************************
679 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
680 *
681 * .. Scalar Arguments ..
682  DOUBLE PRECISION SA, SB
683 * .. Executable Statements ..
684  sdiff = sa - sb
685  RETURN
real function sdiff(SA, SB)
Definition: cblat1.f:678
Here is the call graph for this function: