Message313741
[Eric Wieser]
> This would allow the numpy `np.floating` types to take part in `Fraction` conversion as well, which would be great.
I'm confused: as far as I can tell, the NumPy floating-point types don't implement `as_integer_ratio`. (Except for `np.float64`, which subclasses `float` and so inherits `is_integer_ratio` from it.) Or are you suggesting that _if_ they were to implement `as_integer_ratio` at some point in the future, then they'd become compatible with `Fraction`? |
|
Date |
User |
Action |
Args |
2018-03-13 11:14:31 | mark.dickinson | set | recipients:
+ mark.dickinson, scoder, serhiy.storchaka, Eric.Wieser, wolma, josh.r |
2018-03-13 11:14:31 | mark.dickinson | set | messageid: <1520939671.61.0.467229070634.issue28716@psf.upfronthosting.co.za> |
2018-03-13 11:14:31 | mark.dickinson | link | issue28716 messages |
2018-03-13 11:14:31 | mark.dickinson | create | |
|