Show More
ipython_config_math.py
9 lines
| 169 B
| text/x-python
|
PythonLexer
|
r2073 | from ipython_config import * | ||
EXECUTE.extend([ | ||||
'import cmath', | ||||
'from math import *', | ||||
'print "*** math functions available globally, cmath as a module"' | ||||
]) | ||||