Message337450
| Author | nagayev |
|---|---|
| Recipients | josh.r, lemburg, mark.dickinson, nagayev, rhettinger, stutzbach, zach.ware |
| Date | 2019-03-08.05:11:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552021915.72.0.524384721614.issue36228@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think math.floor should raise TypeError if complex argument passed, but we need cmath.floor(and ceil). As I know floor complex number is just floor real part and floor imag. Example: z=1.1+2.5j floor(z) #2+3j I think it's correct. But I don't know about complex to float and to int. Maybe you are right |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-08 05:11:55 | nagayev | set | recipients: + nagayev, lemburg, rhettinger, mark.dickinson, stutzbach, zach.ware, josh.r |
| 2019-03-08 05:11:55 | nagayev | set | messageid: <1552021915.72.0.524384721614.issue36228@roundup.psfhosted.org> |
| 2019-03-08 05:11:55 | nagayev | link | issue36228 messages |
| 2019-03-08 05:11:55 | nagayev | create | |