[swift-evolution] [Review] SE-0113: Add integral rounding functions to FloatingPoint

Taras Zakharko taras.zakharko at uzh.ch
Fri Jul 1 07:13:26 CDT 2016


> 
> The goal of the review process is to improve the proposal under review through constructive criticism and contribute to the direction of Swift. When writing your review, here are some questions you might want to answer in your review:
> 
> 	* What is your evaluation of the proposal?

In principle +1, but I’d prefer if the proposal also included rounding with a specified precision. I.e.

func rounded(_ rule: RoundingRule = toNearestOrAwayFromZero, decimalPlaces digits: Int = 0) -> Self



> 	* Is the problem being addressed significant enough to warrant a change to Swift?

yes

> 	* Does this proposal fit well with the feel and direction of Swift?

yes

> 	* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?

yes. I like how the proposal accounts for the rounding rule. However, what is missing is rounding with specified precision

> 	* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?

glance

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160701/50b48d7f/attachment.html>


More information about the swift-evolution mailing list