Re: [swift-users] A protocol-oriented numerics library

2017-06-10 Thread Xiaodi Wu via swift-users
That’s a very neat helper! On Sat, Jun 10, 2017 at 10:12 Karl Wagner wrote: > On 10. Jun 2017, at 03:18, Xiaodi Wu via swift-users < > swift-users@swift.org> wrote: > > Hi all, > > A few weeks ago, Joe Groff challenged users on Twitter to create a > Rational type making use of the new integer p

Re: [swift-users] A protocol-oriented numerics library

2017-06-10 Thread Karl Wagner via swift-users
> On 10. Jun 2017, at 03:18, Xiaodi Wu via swift-users > wrote: > > Hi all, > > A few weeks ago, Joe Groff challenged users on Twitter to create a > Rational type making use of the new integer protocols implemented for > Swift 4. As it happens, I'd already started a project to try out these

[swift-users] A protocol-oriented numerics library

2017-06-09 Thread Xiaodi Wu via swift-users
Hi all, A few weeks ago, Joe Groff challenged users on Twitter to create a Rational type making use of the new integer protocols implemented for Swift 4. As it happens, I'd already started a project to try out these new number protocols. Now that I think the most embarrassing bugs have been squash