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 1080 of file dblat1.f.

1081* ********************************* SDIFF **************************
1082* COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
1083*
1084* .. Scalar Arguments ..
1085 DOUBLE PRECISION SA, SB
1086* .. Executable Statements ..
1087 sdiff = sa - sb
1088 RETURN
1089*
1090* End of SDIFF
1091*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: