LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
float LAPACKE_slamch ( char  cmach)

Definition at line 36 of file lapacke_slamch.c.

37 {
38  return LAPACKE_slamch_work( cmach );
39 }
float LAPACKE_slamch_work(char cmach)

Here is the call graph for this function: