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