apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.67k stars 142 forks source link

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

Closed stephentyrone closed 1 year ago

stephentyrone commented 1 year ago

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

stephentyrone commented 1 year ago

@swift-ci test

stephentyrone commented 1 year ago

CC @NevinBR