Type 1.101 in A1

In A2 type round(A1,2)

The result is 1.1

I need the result to be 1.10

This is part of a longer formula with several of these occurances and I don't want to go down the route of finding the length and then adding a '0' if it's short. Does anyone know a better/easier way?