Skip to content

Add a function for computing binomial coefficients to the math module #79612

@KellerFuchs

Description

@KellerFuchs
BPO 35431
Nosy @tim-one, @rhettinger, @mdickinson, @jwilk, @stevendaprano, @serhiy-storchaka, @MojoVampire, @pablogsal, @KellerFuchs, @FR4NKESTI3N, @Radcliffe
PRs
  • bpo-35431: Add a function computing binomial numbers to the math module #11018
  • bpo-35431: Implemented math.comb #11414
  • bpo-35431: Refactor math.comb() implementation. #13725
  • bpo-37128: Add math.perm(). #13731
  • bpo-35431: Put math.comb() docs in correct place alphabetically #13734
  • bpo-35431: Drop the k <= n requirement #13798
  • bpo-35431: Fix grammar in docs #13801
  • bpo-35431: Simplify negativity checks in math.comb and math.perm. #13870
  • [3.8] bpo-35431: Simplify negativity checks in math.comb and math.perm. (GH-13870) #14125
  • bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. #14146
  • [3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) #14226
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/rhettinger'
    closed_at = <Date 2019-06-05.14:38:26.241>
    created_at = <Date 2018-12-06.21:18:02.072>
    labels = ['type-feature', '3.8']
    title = 'Add a function for computing binomial coefficients to the math module'
    updated_at = <Date 2019-06-23.14:50:07.415>
    user = 'https://github.com/KellerFuchs'

    bugs.python.org fields:

    activity = <Date 2019-06-23.14:50:07.415>
    actor = 'serhiy.storchaka'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-06-05.14:38:26.241>
    closer = 'rhettinger'
    components = []
    creation = <Date 2018-12-06.21:18:02.072>
    creator = 'kellerfuchs'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35431
    keywords = ['patch']
    message_count = 85.0
    messages = ['331251', '331255', '331256', '331257', '331280', '331281', '331293', '331295', '331296', '331308', '331309', '331312', '331318', '331323', '331325', '331335', '331336', '331337', '331339', '331369', '331402', '331743', '331748', '331859', '332817', '332826', '332838', '332844', '332933', '332957', '332960', '332987', '332988', '332990', '334457', '334458', '334460', '334461', '334474', '334493', '334494', '334499', '334501', '334502', '334683', '334684', '336384', '336458', '336750', '342253', '342257', '344154', '344155', '344165', '344170', '344176', '344186', '344199', '344218', '344219', '344221', '344229', '344230', '344231', '344232', '344235', '344236', '344239', '344243', '344257', '344258', '344292', '344366', '344370', '344371', '344375', '344414', '344420', '344436', '344448', '344450', '344452', '344531', '345860', '346328']
    nosy_count = 11.0
    nosy_names = ['tim.peters', 'rhettinger', 'mark.dickinson', 'jwilk', 'steven.daprano', 'serhiy.storchaka', 'josh.r', 'pablogsal', 'kellerfuchs', 'FR4NKESTI3N', 'David Radcliffe']
    pr_nums = ['11018', '11414', '13725', '13731', '13734', '13798', '13801', '13870', '14125', '14146', '14226']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35431'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifetype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions