Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ComplexIntervalFieldElement.__nonzero__ #17105

Closed
cheuberg opened this issue Oct 6, 2014 · 2 comments
Closed

Implement ComplexIntervalFieldElement.__nonzero__ #17105

cheuberg opened this issue Oct 6, 2014 · 2 comments

Comments

@cheuberg
Copy link
Contributor

cheuberg commented Oct 6, 2014

In contrast to RealIntervalFieldElement, ComplexIntervalFieldElement did not implement __nonzero___.

RealIntervalFieldElement.__nonzero__ returns True if it is not known to be exactly zero.

This patch implements the same for ComplexIntervalFieldElement.

CC: @dkrenn @sagetrac-skropf

Component: numerical

Keywords: complex interval, CIF

Author: Clemens Heuberger

Branch/Commit: 659240e

Reviewer: Jeroen Demeyer

Issue created by migration from https://trac.sagemath.org/ticket/17105

@cheuberg cheuberg added this to the sage-6.4 milestone Oct 6, 2014
@jdemeyer
Copy link

Reviewer: Jeroen Demeyer

@vbraun
Copy link
Member

vbraun commented Oct 12, 2014

Changed branch from u/cheuberg/rings/CIF-nonzero to 659240e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants