Forum Discussion
ShannonConnor
4 years agoCommunity Member
Add square and square root buttons to an existing Javascript calculator built in SL 360
Hello! A few years ago I obtained a wonderful calculator from a fellow user on this forum. I now need to add a square button and square route button. I am not fluent with Javascript. I have attached...
PhilMayor
4 years agoSuper Hero
You may have to redesign your calculator as storyline is doing the rounding automatically. You could use a string instead to hold the value which would not get rounded and then adjust your javascript to account for this.