n = $n; $this->e = $e; } public function asBCvalue() { return bcdiv($this->n, bcpow(10,$this->e)); } }