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 602 of file c_zblat1.f.

603* ********************************* SDIFF **************************
604* COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
605*
606* .. Scalar Arguments ..
607 DOUBLE PRECISION SA, SB
608* .. Executable Statements ..
609 sdiff = sa - sb
610 RETURN
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: