1 | initial version |
The function limit() has a keyword taylor, which might help or hinder. In this case, Uan.limit(n=Infinity,dir='+',taylor=True)
works, whereas the computation crashes with BINDING-STACK overflow when taylor=False. Unlear if bug.
2 | No.2 Revision |
The function limit() has a keyword taylor, which might help or hinder. In this case,
Uan.limit(n=Infinity,dir='+',taylor=True)case,
Uan.limit(n=Infinity,dir='+',taylor=True)
works, whereas the computation crashes with BINDING-STACK overflow when taylor=False.
Unlear Unclear if bug.