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