internal.types.float
¶
Source code: internal/types/float.seq
-
internal.types.float.
seq_str_float
(: float)¶
-
internal.types.float.
strtod
(: cobj, : Ptr[cobj])¶
-
extension
float
¶ Magic methods:
-
__new__
()
-
__new__
(f: float)
-
__new__
(i: int)
-
__str__
()
-
__copy__
()
-
__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)
Methods:
-