Skip to content

BigMath.exp is slow for large argument. #82

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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