Computercraft Math Floor

The math randomseed function sets a seed for the pseudo random generator.
Computercraft math floor. See networking for more information. At some point while coding you will most likely want to run some code multiple times without writing out a lot of code. Multiplies a number by an other. List of non working functions.
Rednet is not secure against interception or spoofing. 5 3 returns 8 subtraction. This function call requires a modem peripheral to be attached to the computer. Math is a default lua 5 1 api defined here please list any non working functions below.
This means that negative numbers will be converted to a positive number e g. Depends on what the user wrote. The return value will always be a positive number. Subtracts a number from an other number.
5 3 returns 2 multiplication. Arithmetics are traditional number operations such as addition subtraction multiplication division and more derivatives. The sound name corresponds to a resource name in sound json file for instance minecraft entity player levelup is the sound one hears when leveling up. Play a sound with the given volume and pitch.
Broadcasts a string message over the predefined rednet channel broadcast channel default 65535 assuming rednet has been opened the message will be received by every device listening to rednet. If you want to mark a page as your own to edit it later to avoid other people creating the same page as you feel free to pre create the page with the contents. You can request an account here make sure to follow the contributing guidelines when editing. 5 into 5 and positive numbers remain unaffected.
While it is true that functions can shorten your code there may be situations where even those don t simplify it enough. This wiki is still heavily under construction and any help is appreciated. For instance if they were to enter 0 2 the number printed would be 0. Equal seeds produce equal sequences of numbers.
The number s distance from zero. The lua core is capable of the following arithmetics. In other case lua casts upper into an integer sometimes giving math floor upper and others math ceil upper with unexpected results the same for lower.