I am trying to write a custom calculator but I am having trouble trying to work out a figure, I want to be able to add decimal points before the number which has been in puted.<
How about this?
var num = 4; var fig = num * 0.01;