Message243984
I have a question regarding complex values. The code (from Chris Barker) doesn't support complex values (only things that can be converted into doubles). However, the PEP states the following under "Non-float types":
"complex : for complex, the absolute value of the complex values will be used for scaling and comparison. If a complex tolerance is passed in, the absolute value will be used as the tolerance."
Should math.isclose() support complex values? Should an equivalent function be added to cmath? Should we just leave things as they are and remove mention of complex values from the PEP (it isn't mentioned in the docs)? |
|
Date |
User |
Action |
Args |
2015-05-24 13:42:34 | taleinat | set | recipients:
+ taleinat, ncoghlan, scoder |
2015-05-24 13:42:34 | taleinat | set | messageid: <1432474954.14.0.517672431145.issue24270@psf.upfronthosting.co.za> |
2015-05-24 13:42:34 | taleinat | link | issue24270 messages |
2015-05-24 13:42:33 | taleinat | create | |
|