-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Milestone
Description
See this ask.sagemath question. Apparently Ginac says zero to the zero is undefined but most of the rest of Sage (in accordance with IEEE) says it is one:
sage: ZZ(0)^ZZ(0)
1
but
sage: SR(0)^SR(0)
ValueError: power::eval(): pow(0,0) is undefined
Issue at pynac/pynac#20
Depends on #18362
Upstream: Fixed upstream, in a later stable release.
Component: symbolics
Keywords: pynac
Author: Ralf Stephan
Branch/Commit: 4df15dd
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/18088