brainandforce / CliffordNumbers.jl

A fast, simple, static multivector (Clifford number) implementation for Julia.
MIT License
19 stars 0 forks source link

`Base.literal_pow` definitions for `AbstractCliffordNumber` #11

Closed brainandforce closed 4 months ago

brainandforce commented 4 months ago

This should allow for the result types of powers with fixed exponents to be inferred at compile time, which should result in smaller representations.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 85.31%. Comparing base (536f8e4) to head (45c8e96).

Files Patch % Lines
src/math.jl 83.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== - Coverage 85.37% 85.31% -0.06% ========================================== Files 14 14 Lines 711 722 +11 ========================================== + Hits 607 616 +9 - Misses 104 106 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.