8000 Improve assumption documentation and doctest recent improvements · Issue #19035 · sagemath/sage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Improve assumption documentation and doctest recent improvements #19035
Closed
@rwst

Description

@rwst

With pynac-0.5 this will no longer give wrong results:

sage: assume(x,'integer')
sage: x.is_integer()
False

sage: assume(x>0)
sage: x.is_positive()
False

sage: f=function('f')(x)
sage: assume(f>0)
sage: f.is_positive()
False

Depends on #19312

Component: symbolics

Author: Ralf Stephan

Branch/Commit: 3f00cf9

Reviewer: Vincent Delecroix

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0