Skip to content

Improve accuracy of math.hypot() and math.dist() #78557

Description

@rhettinger
BPO 34376
Nosy @tim-one, @rhettinger, @mdickinson, @scoder, @serhiy-storchaka
PRs
  • bpo-34376: Improve accuracy of math.dist() and math.hypot() #8727
  • Files
  • measure_hypot_alternatives.py
  • math_hypot.s: GCC-8 and Clang Disassembly of the patched portion of hypot()
  • hypot_accuracy.py: Improved accuracy measurement tool
  • 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 2018-08-11.18:32:59.502>
    created_at = <Date 2018-08-10.18:19:58.516>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Improve accuracy of math.hypot() and math.dist()'
    updated_at = <Date 2018-08-12.16:00:36.365>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2018-08-12.16:00:36.365>
    actor = 'tim.peters'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2018-08-11.18:32:59.502>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2018-08-10.18:19:58.516>
    creator = 'rhettinger'
    dependencies = []
    files = ['47741', '47744', '47746']
    hgrepos = []
    issue_num = 34376
    keywords = ['patch']
    message_count = 12.0
    messages = ['323378', '323387', '323388', '323390', '323392', '323394', '323397', '323420', '323423', '323430', '323434', '323449']
    nosy_count = 5.0
    nosy_names = ['tim.peters', 'rhettinger', 'mark.dickinson', 'scoder', 'serhiy.storchaka']
    pr_nums = ['8727']
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34376'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions