powf

Computes a value raised to a given power.

Parameters

x float

The base

y float

The power

Return Value

Type: float

x raised to the power of y

Meta