r""" Returns whether or not the input consists of floats
(self, a)
| 1018 | raise NotImplementedError() |
| 1019 | |
| 1020 | def is_floating_point(self, a): |
| 1021 | r""" |
| 1022 | Returns whether or not the input consists of floats |
| 1023 | """ |
| 1024 | raise NotImplementedError() |
| 1025 | |
| 1026 | def tile(self, a, reps): |
| 1027 | r""" |
no outgoing calls