exponential

1. <mathematics> A function which raises some given constant (the "base") to the power of its argument. I.e.

	f x = b^x
If no base is specified, e, the base of natural logarthims, is assumed.

2. <complexity> exponential-time algorithm.

(27 Apr 1995)