Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
AiryBi
(Built-in Mathematica Symbol) AiryBi[z] gives the Airy function Bi(z).
ExtremeValueDistribution[\[Alpha], \[Beta]] represents an extreme value distribution with location parameter \[Alpha] and scale parameter \[Beta].
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
Mathematica has over 3000 built-in functions and other objects, all based on a single unified framework, and all carefully designed to work together, both in simple ...
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...