Next: rangef_new, Previous: rangef_del, Up: Ranges
determine if a number is within a list of ranges
#include <suplib/range.h>int rangef_in( RangeFList *rl, double t );
RangeFList *rl
- Not Documented.
double t
- Not Documented.
rangef_in
determines if a passed number is encompassed
by one of the ranges in a passed RangeFList
.
It returns non-zero if the number is within the list of ranges, zero if not.
Diab Jerius