JuliaDiff / DualNumbers.jl

Julia package for representing dual numbers and for performing dual algebra
Other
80 stars 30 forks source link

Allow a dual to be raised to a complex power. #102

Open jwscook opened 8 months ago

jwscook commented 8 months ago

This PR adds a feature to enable duals to be raised to complex powers.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.58%. Comparing base (d9251a7) to head (3f3df91).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #102 +/- ## ========================================== + Coverage 50.94% 52.58% +1.63% ========================================== Files 2 2 Lines 212 213 +1 ========================================== + Hits 108 112 +4 + Misses 104 101 -3 ```

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