Skip to content

power implementation #46

@jonathf

Description

@jonathf

Current implementation is a little hacky: repeat multiplying against itself n
times. For-loop over n, if array.

  • Create a method that does not rely on repeated calling multiply, and instead
    allocates a single chunk of memory and fill inn results there.
  • Somehow avoid using element-by-element for-loop over exponents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions