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 \( f(x) = x^3 \).
- Parameters:
 x – The input value.
- Returns:
 The cubic power of the input value.