public function ln(?int $scale = null, bool $round = true): Decimal
    {
        $finalScale = $scale ?? $this->getScale();

        $answer = $this->lnSelector($scale);