With your first two values in Cell A1 and B1 use

=ROUND(A1,4)*B1


or still better

=ROUND(A1,4)*ROUND(B1,4)


This will tie up with your system output