Function Power4(float)

Function Documentation

float Power4(float x)

Computes the quartic power activation function.

The quartic power function is defined as f(x)=x4.

Parameters:

x – The input value.

Returns:

The quartic power of the input value.