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

◆ sdiff()

real function sdiff ( real  sa,
real  sb 
)

Definition at line 1031 of file sblat1.f.

1032* ********************************* SDIFF **************************
1033* COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
1034*
1035* .. Scalar Arguments ..
1036 REAL SA, SB
1037* .. Executable Statements ..
1038 sdiff = sa - sb
1039 RETURN
1040*
1041* End of SDIFF
1042*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: