This is novel algorithm to find the multiplier,multiplicand of the given product.
It is based on formula (((a+b)/2)^2)-(((a-b)/2)^2)=ab
I have implemented in python,java,javascript.
Algorithm is in under developement. Please share any suggestion hiteshdurgani@gmail.com