|
| 14 Sep 2014 01:12 PM |
| So if I do 15 x 1.5 it will say 22.5 . Is there any way to make it remove a decimal from any number? |
|
|
| Report Abuse |
|
|
| |
|
murcury57
|
  |
| Joined: 30 Jun 2010 |
| Total Posts: 90299 |
|
| |
|
|
| 14 Sep 2014 01:20 PM |
math.ceil rounds up math.floor rounds down |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2014 01:27 PM |
| math.floor(num + 0.5) just rounds. |
|
|
| Report Abuse |
|
|