✅ Quickest way to get a number of decimal places based on an int?
For example, if i input 3 then the output would be 0.001 (3 decimal places to the right) I could divide the value by 10 for n amount of times but was hoping there may be a cleaner and easier way?