internal.types.float
¶
Source code: internal/types/float.seq
- extension float¶
Magic methods:
- __new__()
- __new__[T](what: T)
- __str__()
- __copy__()
- __int__()
- __float__()
- __bool__()
- __pos__()
- __neg__()
- __add__(other: int)
- __sub__(other: int)
- __mul__(other: int)
- __floordiv__(other: float)
- __floordiv__(other: int)
- __truediv__(other: int)
- __mod__(other: int)
- __eq__(other: int)
- __ne__(other: int)
- __lt__(other: int)
- __gt__(other: int)
- __le__(other: int)
- __ge__(other: int)
- __abs__(a: float)
- __floor__(a: float)
- __ceil__(a: float)
- __trunc__(a: float)
- __round__(a: float)
- __pow__(other: int)
- __hash__()
- __new__(s: str)
- __match__(i: float)
Methods: