Changeset 7741:9640c37021e7


Ignore:
Timestamp:
12/15/07 13:51:51 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Fix calculus doctest failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/calculus/calculus.py

    r7731 r7741  
    38803880        Watch out -- right now Maxima algebraically simplifies the above to -1: 
    38813881            sage: (-1)^(1/3) 
    3882             -1 
     3882            (-1)^(1/3) 
    38833883 
    38843884        So when doing this conversion it is the non-simplified form 
     
    38893889            sage: a = (-1)^(1/3) 
    38903890            sage: CDF(a.simplify()) 
    3891             -1.0 
     3891            0.5 + 0.866025403784*I 
    38923892 
    38933893        TESTS: 
Note: See TracChangeset for help on using the changeset viewer.