Function Power4(float)
Defined in File standAct.cpp
Function Documentation
-
float Power4(float x)
Computes the quartic power activation function.
The quartic power function is defined as \( f(x) = x^4 \).
- Parameters:
x – The input value.
- Returns:
The quartic power of the input value.