Home | History | Annotate | Download | only in python2.7

Lines Matching full:nonzero

794         """Return True if self is nonzero; otherwise return False.
796 NaNs and infinities are considered nonzero.
974 # any two nonzero integers n and m such that (i) n and m
979 # The value of a nonzero nonspecial Decimal instance is
1030 # engineering notation, nonzero
1356 infinite and that other is nonzero.
1733 # self is a finite, nonzero Decimal
1740 # -1 indicates that there are nonzero digits to be truncated
1914 'and 2nd argument must be nonzero ;'
1948 nonzero. For efficiency, other._exp should not be too large,
2185 - either self or other (or both) must be nonzero
2186 - modulo must be nonzero and must have at most p digits,
2213 # 0**0 = NaN (!), x**0 = 1 for nonzero x (including +/-Infinity)
2543 """Round a nonzero, nonspecial Decimal to a fixed number of
4979 - at least one of a or b must be nonzero
4980 - modulo must be nonzero and have at most 'precision' digits
5693 # least one of the extra digits is nonzero
5703 # and next nonzero digit
5794 We assume that: x is positive and not equal to 1, and y is nonzero.