Function
NumCosmoMathcmp
Declaration [src]
gint
ncm_cmp (
gdouble x,
gdouble y,
const gdouble reltol,
const gdouble abstol
)
Description [src]
Compare x and y and return -1 if x < y, 0 if x == y and 1 if x > y,
all comparisons are done with precision reltol and abstol.