numΒΆ Numeric types and methods. Classes float() An IEEE754 double-precision floating point value. int() A 64-bit signed integer. nat() A 64-bit unsigned integer. Functions abs(x) bytecast_float_to_nat(f) bytecast_nat_to_float(n) divmod(x, y) len(x) pow(x, y) round(x)