I've been looking through a tutorial and book but I can find no mention of a built in product function i.e. of the same type as sum(), but I could not find anything such as prod().
Is the only way I could find the product of items in a list by importing the mul() operator?