Author Topic: list equal list if statement  (Read 10554 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: list equal list if statement
« Reply #30 on: September 07, 2010, 07:52:26 pm »
But i think if you were given a list like that, you could square it and get a polynomial list.  I think any linear list can be transformed into a function if you mess with it enough o.O

When it gets complicated enough you might as well use seq( :P

But after a couple of tries, the binomcdf( thing creates a list of 100 elements in just 2 seconds, compared to 8.6 for the seq( equivalent, so it's gonna be faster for most cases, unless you need something really complex :P