LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ sdiff()

double precision function sdiff ( double precision  sa,
double precision  sb 
)

Definition at line 678 of file c_dblat1.f.

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