copy sentence from docstring
This commit is contained in:
parent
d378dc02da
commit
2d54e72a62
|
@ -123,8 +123,8 @@ Number-theoretic and representation functions:
|
||||||
|
|
||||||
.. function:: modf(x)
|
.. function:: modf(x)
|
||||||
|
|
||||||
Return the fractional and integer parts of *x*. Both results carry the sign of
|
Return the fractional and integer parts of *x*. Both results carry the sign
|
||||||
*x*, and both are floats.
|
of *x*, and both are floats. The integer part is returned as a real.
|
||||||
|
|
||||||
|
|
||||||
.. function:: trunc(x)
|
.. function:: trunc(x)
|
||||||
|
|
Loading…
Reference in New Issue