##// END OF EJS Templates
Added casting versions of all the basic traitlet types.
r2178:b2d4e892
Show More
ipython_config_math.py
9 lines | 169 B | text/x-python | PythonLexer
from ipython_config import *
EXECUTE.extend([
'import cmath',
'from math import *',
'print "*** math functions available globally, cmath as a module"'
])