[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion: math.between()
- From: Jonathan Castello <twisolar@...>
- Date: Mon, 21 Jun 2010 16:58:59 -0700
On Mon, Jun 21, 2010 at 4:53 PM, Jonathan Castello <twisolar@gmail.com> wrote:
> That's simply the average of two numbers, trivially implemented as
> math.abs(x+y)/2.
>
> ~Jonathan
>
Sorry, the abs() was left over from some other experimentation I did.
I really meant (x+y)/2... I should really proofread more.
~Jonathan