hxtorch.perceptron.nn.Integral
-
class
hxtorch.perceptron.nn.Integral Bases:
numbers.RationalIntegral adds methods that work on integral numbers.
In short, these are conversion to int, pow with modulus, and the bit-string operations.
-
__init__() Initialize self. See help(type(self)) for accurate signature.
Methods
Attributes
Integers have a denominator of 1.
Integers are their own numerators.
-
property
denominator Integers have a denominator of 1.
-
property
numerator Integers are their own numerators.
-