
-----------------------------------
riptake13
Sat Oct 24, 2015 2:57 pm

Help Please Just Need To Round
-----------------------------------
What is it you are trying to achieve?
trying to round the numbers


What is the problem you are having?
Can not find the proper command

Describe what you have tried to solve this problem
Used the rounding commands floor and ceil but I need the numbers to round to 2 decimal place


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
floor and ceil commands

Please specify what version of Turing you are using
??? Downloaded the newest one from this site

-----------------------------------
Insectoid
Sun Oct 25, 2015 6:41 am

RE:Help Please Just Need To Round
-----------------------------------
There is no command to round to two decimal places, but with the round() command and a little bit of math it can be done.

-----------------------------------
riptake13
Sun Oct 25, 2015 8:55 pm

Re: RE:Help Please Just Need To Round
-----------------------------------
There is no command to round to two decimal places, but with the round() command and a little bit of math it can be done.



Got it, just need to multiply the number by 100 then divide by 100 and round.

.... couldn't of you just told me that?

but thanks

-----------------------------------
Insectoid
Mon Oct 26, 2015 12:10 pm

RE:Help Please Just Need To Round
-----------------------------------
couldn't of you just told me that? 

But the fun part is figuring it out yourself!
