]> granicus.if.org Git - python/commit
Minor improvement to code clarity (GH-9036)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 2 Sep 2018 20:34:21 +0000 (13:34 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Sep 2018 20:34:21 +0000 (13:34 -0700)
commitf3267144269b873bcb87a9fcafe94b37be1bcfdc
treef6241e4e49f200a0b9269e8a919b315a1a9e2652
parent98b976a2f82ba5f50cf6846338f644ca6c64f47d
Minor improvement to code clarity (GH-9036)

Make it clear that the n==0 case is included. Otherwise, you have to know that max==0.0 whenever n==0.
Modules/mathmodule.c