apple / swift-numerics

Advanced mathematical types and functions for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correctly handle inf, nan, overflow and underflow in complex derivatives

rxwei opened this issue · comments

#111 added derivatives for some Complex APIs but the implementation did not consider .infinity, .nan, overflow and underflow. The following comments made by Steve should be addressed at some point:
#111 (comment)
#111 (comment)

Closing, since we've removed Differentiable conformances.