#9874: add a function for the derivative of ceil and floor
-------------------------------------+-------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-6.4
Component: symbolics | Resolution:
Keywords: sd35.5 | Merged in:
Authors: ktkohl | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/ktkohl/add_a_function_for_the_derivative_of_ceil_and_floor|
8013b9f89b3670847007f6d3560252035a899638
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by ktkohl):
* commit: => 8013b9f89b3670847007f6d3560252035a899638
Comment:
These give the right answer but also a runtime error:
{{{
sage: floor(x).derivative().subs(x=1.5)
Exception RuntimeError: 'maximum recursion depth exceeded while calling a
Python object' in 'sage.structure.parent.good_as_coerce_domain' ignored
0
sage: ceil(x).derivative().subs(x=1.5)
Exception RuntimeError: 'maximum recursion depth exceeded while calling a
Python object' in 'sage.structure.parent.good_as_coerce_domain' ignored
0
}}}
----
New commits:
||[http://git.sagemath.org/sage.git/commit/?id=8013b9f89b3670847007f6d3560252035a899638
8013b9f]||{{{Added ceiling and floor functions to allow 2nd argument for
derivative.}}}||
--
Ticket URL: <http://trac.sagemath.org/ticket/9874#comment:8>
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/d/optout.