beta = $beta; } /** * @param float|int $value */ public function compute($value): float { return tanh($this->beta * $value); } }