View Single Post
Posts: 102 | Thanked: 16 times | Joined on Sep 2006 @ Manchester
#6
the older versions required you to put

Code:
math.sin(x)
if you added the line

Code:
from math import *
to the source code (with the other import lines) then you would not need to put the "math."