Times

Name

Times -- Returns the product of two numbers, or a number and a profile

Synopsis

Times[x->NUMBER, y->NUMBER] =: NUMBER 
Times[x->NUMBER, y->MIXED] =: MIXED 
Times[x->NUMBER, y->BEHAV] =: BEHAV 

Description

Times computes the product of x and y. For profiles, the product is defined as multiplying elementwise.

Short form

x * y

See also

Minus, Plus.