summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-11 18:19:42 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-11 18:19:42 (GMT)
commit71260b846e9ecafb21e52fd3f5b9ac74ebc8c1e6 (patch)
tree5022e60cabc3d790df52410d7d73cff56c058d23 /Lib/test/output
parentdab6cb8f6dacc107e9482976ca2f8e0313f05131 (diff)
downloadcpython-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_math1
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