Forgot your password?
April 19, 2019
if (round(n*100) == (int)(n*100))
if ((round(n*100)%100) == 0)
if (((n*100)%100) == 0)