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

◆ sdiff()

real function sdiff ( real  sa,
real  sb 
)

Definition at line 700 of file cblat1.f.

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