changed parsing of '='. now use '==' for consistency with other programming langauges.
- Fixed sin cos tan
removed rounding from radian calculation
added macros for math documentation (to find do search for M.W.)
*** empty log message ***
changed syntax for random lists
Fixed Power Bug: 2^3*4 now interpreted as (2^3)*4 NOT 2^(3*4)
code for polygon and star node shapes.