Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwayFromZero ¶
AwayFromZero rounds numbers away from zero. Used in Python 2 (but not Python 3, which uses ToEven). -3.5 rounds to -4 -2.5 rounds to -3 -1.5 rounds to -2 1.5 rounds to 2 2.5 rounds to 3 3.5 rounds to 4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.