#16698: remove deprecated prec arguments
-------------------------+-------------------------------------------------
Reporter: rws | Owner:
Type: task | Status: new
Priority: major | Milestone: sage-6.3
Component: numerical | Keywords: prec, keyword, deprecation,
Merged in: | deprecated
Reviewers: | Authors:
Work issues: | Report Upstream: N/A
Commit: | Branch:
Stopgaps: | Dependencies:
-------------------------+-------------------------------------------------
There are still three instances of the prec keyword argument:
{{{
src/sage/functions/other.py: deprecation(7490, "The prec
keyword argument is deprecated. Explicitly set the precision of the input,
for example gamma(RealField(300)(1)), or use the prec argument to .n() for
exact inputs, e.g., gamma(1).n(300), instead.")
src/sage/functions/other.py: deprecation(7490, "Calling
symbolic functions with arguments that cannot be coerced into symbolic
expressions is deprecated.")
src/sage/functions/log.py: deprecation(7490, "The prec keyword
argument is deprecated. Explicitly set the precision of the input, for
example exp(RealField(300)(1)), or use the prec argument to .n() for exact
inputs, e.g., exp(1).n(300), instead.")
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/16698>
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.