<?xml version="1.0" encoding="utf-8" standalone="no"?><?xml-stylesheet href="/mathmlc2p.xsl" type="text/xsl"?><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>sympy</title>
</head>
<body>
<tt>
from sympy import Symbol, cos<br/>
x = Symbol(&quot;x&quot;)<br/>
(1/cos(x)).series(x, 0, 10)<br/>
<br/>
# 1 + x**2/2 + 5*x**4/24 + 61*x**6/720 + 277*x**8/8064 + O(x**10)<br/>
<br/>
# java.lang.RuntimeException: Module or method too large in `file:/home/user/lib/sympy-1.5.1.jar!/sympy/polys/polyquinticconst.py`.<br/>
#<br/>
# Please provide a CPython 2.7 bytecode file (.pyc), e.g. run<br/>
#     python -m py_compile file:/home/user/lib/sympy-1.5.1.jar!/sympy/polys/polyquinticconst.py<br/>
#<br/>
# Alternatively, specify a CPython 2.7 command via the python.cpython2 property, e.g.:<br/>
#     jython -Dpython.cpython2=python<br/>
# or (e.g. for pip) through the environment variable JYTHON_OPTS:<br/>
#     export JYTHON_OPTS=&quot;-Dpython.cpython2=python&quot;<br/>
</tt>
</body>
</html>
