12.07.2015 Views

Handyboard and Kit Manual (A.K.A. - Botball Programming Guide)

Handyboard and Kit Manual (A.K.A. - Botball Programming Guide)

Handyboard and Kit Manual (A.K.A. - Botball Programming Guide)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

© 2002 D.Miller, KIPR13Integer Arithmetic• + additionX + Y means X plus Y• - subtractionX - Y means X minus Y• * multiplicationX * Y means X multiplied by Y• / divisionX / Y means X divided by Y with the decimal truncated• % modulus (remainder)X % Y means the remainder of X divided by Y© 2002 D.Miller, KIPR14Floating Point Arithmetic• +,-,* operate the same as with integers• / yields a floating point number• % is not defined with floating pointnumbers7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!