/** * Sets the precision to use. * * @param $precision * * @return $this */ public function withPrecision($precision) { $this->expressionEngine->setPrecision($precision); return $this; }