FastPow.jl icon indicating copy to clipboard operation
FastPow.jl copied to clipboard

optimal addition-chain exponentiation for Julia

Results 2 FastPow.jl issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Since you can apply the `@fastpow` macro to a whole block of code, in principle it could recognize when you are computing multiple powers (e.g. `x^2`, `x^5`, and `x^7`) of...

enhancement