LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ 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: