@pow()

Returns the real value of X raised to the power Y.

Syntax

@pow (x, y)

Type

HyperMesh Template Function

Inputs

x
A value of type real.
y
A value of type real.

Example

@pow(2.0, 3.0) = 2.03 =8.0