Question: How to delete zeros after decimal point?

I have a vector and after some manipulation, some of its values are rational and some are decimal with fixed 10 digits after decimal point which is default for maple 13, I want to show all of them in decimal numbers with no zeros, e.g.

[1.1000000000, 2/3, 2.3150000000,10.0000000000]

 

is there any way to do this?

Please Wait...