Skip to content

BigMath.exp is slow for large argument. #82

@mrkn

Description

@mrkn

The original issue is https://bugs.ruby-lang.org/issues/3270

It can be optimized for the large argument by the following formula.

exp(a * b + c) = exp(a)**b * exp(c)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions