float $value:
int $precision:
public function __construct($value, $precision = 0) { $this->value = $value; $this->precision = $precision; }