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

◆ sdiff()

real function sdiff ( real  SA,
real  SB 
)

Definition at line 1026 of file sblat1.f.

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