diff options
author | Guido van Rossum <guido@python.org> | 2000-05-11 18:19:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-05-11 18:19:42 (GMT) |
commit | 71260b846e9ecafb21e52fd3f5b9ac74ebc8c1e6 (patch) | |
tree | 5022e60cabc3d790df52410d7d73cff56c058d23 /Lib/test/output | |
parent | dab6cb8f6dacc107e9482976ca2f8e0313f05131 (diff) | |
download | cpython-71260b846e9ecafb21e52fd3f5b9ac74ebc8c1e6.zip cpython-71260b846e9ecafb21e52fd3f5b9ac74ebc8c1e6.tar.gz cpython-71260b846e9ecafb21e52fd3f5b9ac74ebc8c1e6.tar.bz2 |
Added math.rint() -- round according to current IEEE754 mode
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_math | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_math b/Lib/test/output/test_math index 2a98000..b0c48de 100644 --- a/Lib/test/output/test_math +++ b/Lib/test/output/test_math @@ -19,6 +19,7 @@ log log10 modf pow +rint sin sinh sqrt |