input = $input; } public function getOutput() : float { return $this->input; } public function setInput(float $input) { $this->input = $input; } }