Function Power3(float)
Defined in File standAct.cpp
Function Documentation
-
float Power3(float x)
Computes the cubic power activation function.
The cubic power function is defined as
.- Parameters:
x – The input value.
- Returns:
The cubic power of the input value.