Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is the best I can think of:

for t in f.taylor((x,0), (y,0), 30).iterator():
    if t.degree(x) <= 10 and t.degree(y) <= 20:
        print t