I gave you many examples in class. nats was based on nats and fibs was
based on fibs. Like that.
On Thu, Dec 5, 2013 at 3:31 PM, Scott Heidbrink
<scott.h...@gmail.com> wrote:
> I don't understand (prime?/fast n) so it tests if n is prime "but tests only
> prime factors from primes/fast," but primes/fast is all primes constructed
> with prime?/fast......I'm having trouble visualizing how this would work,
> can you explain it a different way or show me an example?
>
> --
> You received this message because you are subscribed to the Google Groups
> "byu-cs-330-fall-2013" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to byu-cs-330-fall-2013+unsub...@googlegroups.com.
(prime?/fast n) so it tests if n is prime "but tests only prime factors from primes/fast," but primes/fast is all primes constructed with prime?/fast