<div id="comment:0"></div> ``` sage: exp(-Infinity) 0 ``` is fine, but ``` sage: exp(-x).subs(x=Infinity) Traceback (most recent call last): ... RuntimeError: exp_eval(): exp^(unsigned_infinity) encountered ``` Original report thread: https://groups.google.com/forum/#!topic/sage-devel/tqDSbZ499ME Depends on #19948 CC: @rwst Component: **symbolics** Keywords: **bug** Author: **Benjamin Hackl** Branch/Commit: **[`45420f5`](https://github.com/sagemath/sagetrac-mirror/commit/45420f524fc688f9980f2d6269bb00f7d83a7fab)** Reviewer: **Ralf Stephan** _Issue created by migration from https://trac.sagemath.org/ticket/19918_