I want to use a float variable with more than 2 decimal places. For example i want to show a number like 0.0274 but as you know it is showing 0.03 (using the standard float data type). How can i adjust the length of the decimal places in my sketch? is there a special command for this?