Better example for prime-omega

This commit is contained in:
Jens Axel Søgaard 2012-11-17 22:37:10 +01:00 committed by Neil Toronto
parent 69f6d8ce52
commit e655e97a83

View File

@ -546,7 +546,7 @@ Counting multiplicities the number of prime factors of @racket[n] is returned.
Note: The function @racket[prime-omega] is multiplicative.
@interaction[#:eval untyped-eval
(prime-omega (* 2 2 2 3 3 4 5))]
(prime-omega (* 2 2 2 3 3 5))]
}
@; ----------------------------------------