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

◆ sdiff()

double precision function sdiff ( double precision  sa,
double precision  sb 
)

Definition at line 700 of file zblat1.f.

701* ********************************* SDIFF **************************
702* COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
703*
704* .. Scalar Arguments ..
705 DOUBLE PRECISION 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: