Re: [dev] libzahl paper

2016-06-13 Thread Calvin Morrison
On 13 June 2016 at 19:03, Mattias Andrée wrote: > On Mon, 13 Jun 2016 18:18:39 -0400 > Calvin Morrison wrote: > >> Quote: >> >> zdivmod Calculates the quotient and the remainder. This >> is available because when you calculate the quotient you >> get the remainder for free. zdiv and zmod simply c

Re: [dev] libzahl paper

2016-06-13 Thread Mattias Andrée
On Mon, 13 Jun 2016 18:18:39 -0400 Calvin Morrison wrote: > Quote: > > zdivmod Calculates the quotient and the remainder. This > is available because when you calculate the quotient you > get the remainder for free. zdiv and zmod simply call > zdivmod with the dummy variable as one of the output

Re: [dev] libzahl paper

2016-06-13 Thread Mattias Andrée
On Mon, 13 Jun 2016 18:18:39 -0400 Calvin Morrison wrote: > Quote: > > zdivmod Calculates the quotient and the remainder. This > is available because when you calculate the quotient you > get the remainder for free. zdiv and zmod simply call > zdivmod with the dummy variable as one of the output

Re: [dev] libzahl paper

2016-06-13 Thread Mattias Andrée
On Mon, 13 Jun 2016 22:10:09 + Staven wrote: > On Mon, Jun 13, 2016 at 11:32:11PM +0200, Mattias Andrée > wrote: > > Too energy efficient to open the PDF and > > read the abstract? No worries, here it is: > > You're a good person. > > Thank you! pgpolqGtYAF8u.pgp Description: OpenPGP

Re: [dev] libzahl paper

2016-06-13 Thread Calvin Morrison
Quote: zdivmod Calculates the quotient and the remainder. This is available because when you calculate the quotient you get the remainder for free. zdiv and zmod simply call zdivmod with the dummy variable as one of the output variables. Why include a wrapper at all? Why not just allow the user t

Re: [dev] libzahl paper

2016-06-13 Thread Staven
On Mon, Jun 13, 2016 at 11:32:11PM +0200, Mattias Andrée wrote: > Too energy efficient to open the PDF and > read the abstract? No worries, here it is: You're a good person.