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

◆ sdiff()

real function sdiff ( real  SA,
real  SB 
)

Definition at line 695 of file cblat1.f.

696* ********************************* SDIFF **************************
697* COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
698*
699* .. Scalar Arguments ..
700 REAL SA, SB
701* .. Executable Statements ..
702 sdiff = sa - sb
703 RETURN
704*
705* End of SDIFF
706*
real function sdiff(SA, SB)
Definition: cblat1.f:696
Here is the call graph for this function:
Here is the caller graph for this function: