toka.nbk: Home | Index | Next Page: MathLibrary | Previous Page: Loops


 math.c

Use

Basic math operations on the stack.

Functions Provided

add()
Add TOS to NOS

subtract()
Subtract TOS from NOS

multiply()
Multiply TOS by NOS

divmod()
Divide and return the result, including remainder

Primitives Provided

+
-
*
/mod

toka.nbk: Home | Index | Next Page: MathLibrary | Previous Page: Loops


Notebook exported on Sunday, 1 July 2007, 19:54:43 PM EDT