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