Can someone tell me what the best way to use the functions in the math module in pyrex are? Say I'm going to use the "exp" function a million times in a loop, is "from math import exp" the best choice? Thanks. Stephen