#15003: calling factorials of RIF
-------------------------+-------------------------------------------------
    Reporter:  dkrenn    |            Owner:
        Type:  defect    |           Status:  new
    Priority:  major     |        Milestone:  sage-5.12
   Component:            |         Keywords:  factorial RIF
  numerical              |  RealIntervalField calling inconsistent beginner
   Merged in:            |          Authors:
   Reviewers:            |  Report Upstream:  N/A
 Work issues:            |           Branch:
Dependencies:            |         Stopgaps:
-------------------------+-------------------------------------------------
 One can calculate factorials of RIF-Elements with
 {{{
 sage: factorial(RIF(2.3,5.7))
 1.?e3
 }}}
 but calling it by
 {{{
 sage: (RIF(2.3,5.7)).factorial()
 Traceback (click to the left of this block for traceback)
 ...
 AttributeError: 'sage.rings.real_mpfi.RealIntervalFieldElement' object
 has no attribute 'factorial'
 }}}
 does not work. This is in contrast to {{{.log()}}}, {{{.sqrt()}}}, etc.,
 where it works.

--
Ticket URL: <http://trac.sagemath.org/ticket/15003>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to