Changeset 7832:63644ccda378


Ignore:
Timestamp:
12/21/07 04:41:12 (5 years ago)
Author:
mabshoff@…
Branch:
default
Message:

Fix numerical doctest failure in calculus/calculus.py on Solaris 10/Sparc (#668)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/calculus/calculus.py

    r7823 r7832  
    20112011            sage: f(x) = exp(-sqrt(x)) 
    20122012            sage: f.nintegral(x, 0, 1) 
    2013             (0.52848223531423055, 4.1633141378838452e-11, 231, 0) 
     2013            (0.52848223531423055, 4.163...e-11, 231, 0) 
    20142014 
    20152015        We can also use the \code{numerical_integral} function, which calls 
Note: See TracChangeset for help on using the changeset viewer.