Math.power

Description

Returns the value of the base raised to the power of the component.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

base

The value to raise.

Number

-

-

Yes

power

The number of powers to raise.

Number

-

-

Yes

Output

DescriptionOutput Type

The value raised to the power of the component.

Number

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated