Home | History | Annotate | Download | only in pattern_tools

Lines Matching full:unumber

2500 def unumber(x):
2598 * True: use the unumber function (described below)
2751 format = unumber
2806 if format == unumber and abs(x) < eps:
2854 if format == unumber and abs(x) < eps:
2888 if format == unumber and abs(x) < eps:
2988 if format == unumber and abs(x) < eps: