I want to express the final product rounded down according to scientific notation. So if 80.55 and 879.5689 give 70849.281250 the final print functions outputs 70849.28.
Is there a way to get the number of decimal places of two entered floats? (I get that technically they don't have any decimal places but is it possible?) If I have two integers declared as the number of decimal places of each, I could compare using if/else and get the least one declared as another integer, but again I don't know how to use an int in place of 5 here: %.5f