for real_mp and complex_mp types i want to be able to type ``` np.round(complex_mp) ``` or ```` np.abs(complex_mp) ``` and it just works
for real_mp and complex_mp types
i want to be able to type
or