Skip to content

Inconsistency with 0^0 #18088

@kcrisman

Description

@kcrisman

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions