Hi,

I have started working on the issue in the subject line.
( See http://code.google.com/p/sympy/issues/detail?id=1740 )

Things I noticed, questions:

I'm seeing parameters that select primes by index, and parameters that select primes by magnitude. I'm assuming they should all be protected, not just those two that are mentioned in the issue report.
Correct?

Those that select by index should be limited to integers.
Those that select by defining a minimum and/or maximum range should be limited to floats.
Correct?

The issue report suggests testing for non-"intness" via
  int(N) != N
What's the best way to test for "floatness" in Python?

I'm also considering allowing symbols and formulae, provided that they can be evaluated. Is that useful, or are users simply supposed to force Sympy into evaluating by using their own call?

Regards,
Jo

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to