mathematics derived from interpolate

Description: a value node that performs common mathematic operations

notes:
Category: Math
Author: Alex Hill
Revision: 11/01/02

    Messages
abs float, [integer] set a single array element to the absolute value of the input
sin float, [integer] set a single array element to the sine of the input
cos float, [integer] set a single array element to the cosine of the input
rand [integer] set a single array element to a random number
sqrt float, [integer] set a single array element to the square root of the positive input
    Comments

constructor mathematics

method message

1 set a single array element to the absolute value of the input
2 set a single array element to the sine of the input
3 set a single array element to the cosine of the input
4 set a single array element to a random number
5 set a single array element to the square root of the positive input