if 120 is x and 5% is y how do i get the result in jQuery 120/(1+5%)=114.285714286
how do i write this in jQuery like
RES= parseFloat(x)/((1+ parseFloat(y%)))=