function multiply(a, b) { if(a > 1&& b < 1){ b_dottod_length = (''+b).slice((''+b).indexOf('.')+1); dottod = -(a.toString.length)+1+b_dottod_length.length }else if(b > 1&&a < 1){ a_dottod_length = (''+a).slice((''+a).indexOf('.')+1); dottod = -(b.toString....