You are here : python_3mathmathmodf

math.modf() - math

Return the fractional and integer parts of x.  Both results carry the sign
of x and are floats.


Syntax

math.modf(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference