Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Round(1.5) = 2
Round(2.5) = 2
Round(3.5) = 4
Round(4.5) = 4
SomeNumber = 2.5
SomeNumber = Int(SomeNumber * (10^decimalplace) + .5)/(10^decimalplace)