Akassa
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 1949 |
|
| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 25 Feb 2013 02:06 PM |
Yes. Yes it can.
Except it can't do your equations for you. |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 25 Feb 2013 02:13 PM |
Simple math. Addition, subtraction, multiplication, division.
Not algebra, geometry, or calculus. |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 25 Feb 2013 02:15 PM |
Actually it can so VERY simple algebra. Such as:
x = 5 y = 4
Print(x * 2 + y * 2) -- gotta do the times symbol instead of just 2x + 2y |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 25 Feb 2013 02:17 PM |
Actually, Lua can do algebra, geometry and calculus. It just needs some time staring at a screen full of code and a scanner :P And you need to know the formulae for the stuff, too.
And for simple math: Lua can do Powers (or Indecies, whatever you would like to call them) using the ^ sign.
so all of the avaliable simple Lua math functions are:
^ % + - / *
math.floor() math.ceil() math.pi()
There's some functions you might want to know, too. |
|
|
| Report Abuse |
|
|
|
| 25 Feb 2013 02:44 PM |
| I've made multiple Lua scripts on Roblox to do my math and science homework in the past :P |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 25 Feb 2013 02:46 PM |
Here's proof to what I said: "Lua can do calculus, gemoetry and algebra"
Lua is SO useful.
So are blocks that you drag and drop to make things happen. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 25 Feb 2013 03:19 PM |
"Lua is SO useful"
So is a calculator.. |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 25 Feb 2013 03:21 PM |
| Ti-89, the answer to a calc student's prayers. |
|
|
| Report Abuse |
|
|