^

Raises an object to a specified power.  Returns object1 raised to the power object2.  An error is signaled if both arguments are zero.

Exported from

Modifiers

open

Arguments

object1An instance of <object>.
object2An instance of <object>.

Values

object3An instance of <object>.
Summary
Raises an object to a specified power.
The method on <complex>, <integer> raises a complex number to an integral power and returns the result.

Functions

^

The method on <complex>, <integer> raises a complex number to an integral power and returns the result.

The class of complex numbers, including real numbers.
The class of integers.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The transcendental module.
This is the re-named and re-exported Module transcendental of Library transcendental.
The class of all Dylan objects.