apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.69k stars 147 forks source link

Further improvement to Complex.pow(_:Self,_:Self) edge cases. #236

Closed stephentyrone closed 2 years ago

stephentyrone commented 2 years ago

Bring pow(zero, w) in line with the behavior of pow for the underlying real type.

stephentyrone commented 2 years ago

@swift-ci test

stephentyrone commented 2 years ago

CC @NevinBR