]> granicus.if.org Git - python/commit
The addition of rint() (by Peter Schneider-Kamp; I forgot to mention
authorGuido van Rossum <guido@python.org>
Thu, 11 May 2000 18:42:27 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 May 2000 18:42:27 +0000 (18:42 +0000)
commitc9a5f343bcd33a5cc4405ae298142a3d5fc73d6e
tree7e31f4337a733238e3d38cf358f84a7f5c6e7c94
parenta28518a6a645710b5c8a78e3d98da4bac828d63e
The addition of rint() (by Peter Schneider-Kamp; I forgot to mention
that before) in the previous patch has one problem; rint() is not in
the C math library on all platforms (e.g. not for VC++).  Make it
conditional on HAVE_RINT.
Doc/lib/libmath.tex
Modules/mathmodule.c