Thanks
On Tue, Feb 9, 2010 at 7:51 AM, Brent Pedersen wrote:
> On Tue, Feb 9, 2010 at 7:42 AM, Vishal Rana wrote:
> > Hi,
> > Is there any utility function to find if values in the array are in
> > ascending or descending order.
> > Example:
> > arr = [1, 2, 4, 6] should return true
> > arr2 = [
On Tue, Feb 9, 2010 at 7:51 AM, Brent Pedersen wrote:
> On Tue, Feb 9, 2010 at 7:42 AM, Vishal Rana wrote:
>> Hi,
>> Is there any utility function to find if values in the array are in
>> ascending or descending order.
>> Example:
>> arr = [1, 2, 4, 6] should return true
>> arr2 = [1, 0, 2, -2] s
On Tue, Feb 9, 2010 at 7:42 AM, Vishal Rana wrote:
> Hi,
> Is there any utility function to find if values in the array are in
> ascending or descending order.
> Example:
> arr = [1, 2, 4, 6] should return true
> arr2 = [1, 0, 2, -2] should return false
> Thanks
> Vishal
>
> __
On Tue, Feb 9, 2010 at 7:42 AM, Vishal Rana wrote:
> Hi,
> Is there any utility function to find if values in the array are in
> ascending or descending order.
> Example:
> arr = [1, 2, 4, 6] should return true
> arr2 = [1, 0, 2, -2] should return false
> Thanks
> Vishal
I don't know if it is fas
Hi,
Is there any utility function to find if values in the array are in
ascending or descending order.
Example:
arr = [1, 2, 4, 6] should return true
arr2 = [1, 0, 2, -2] should return false
Thanks
Vishal
___
NumPy-Discussion mailing list
NumPy-Discuss