GameDev.tv
Math Rounding Challenge
Other Courses
Show
2a_ia_mfg
TU_WANG
July 3, 2026, 12:37pm
1
Math.Floor(6.283) = 6
Math.Ceiling(6.283) = 7
Math.Round(6.283,1) = 6.3
Math.Round(6.283,2) = 6.28
1 Like