From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 25 Jul 2019 02:02:04 +0300 From: Konstantin Osipov Subject: Re: [tarantool-patches] [PATCH 1/5] decimal: fix decimal.round() when scale == 0 Message-ID: <20190724230204.GA15185@atlas> References: <07a505e362ff037833e6501bf62a864b86694f91.1563376957.git.sergepetrenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <07a505e362ff037833e6501bf62a864b86694f91.1563376957.git.sergepetrenko@tarantool.org> To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, Serge Petrenko List-ID: * Serge Petrenko [19/07/17 18:34]: > Fixes decimal.round() with zero scale, fixes an error with > decimal.round() when rounding leads to a number with the same > precision, for example, decimal.round(9.9, 0) -> 10. > > Follow-up #692 lgtm -- Konstantin Osipov, Moscow, Russia