comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » WHERE command returning -1 even if matching is there
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: WHERE command returning -1 even if matching is there [message #93355 is a reply to message #93354] Wed, 22 June 2016 09:14 Go to previous messageGo to previous message
Sapna Mishra is currently offline  Sapna Mishra
Messages: 66
Registered: December 2015
Member
On Wednesday, June 22, 2016 at 9:32:13 PM UTC+5:30, Helder wrote:
> On Wednesday, June 22, 2016 at 4:50:22 PM UTC+1, Sapna Mishra wrote:
>> Hello All,
>>
>> I have a long float array say b_arr.
>> and I know it has a value 0.999254 at position 4556th in b_arr
>> but when I am doing:
>>
>> i=where( b_arr EQ 0.999254)
>> print,i
>> -1
>>
>> It should return i=4556. isn't??
>> How come is this possible any help please?
>
> Try printing:
> print, b_arr[4556]-0.999254
> print, b_arr[4556] eq 0.999254
>
> What do you get?
>
> Cheers,
> Helder

I am getting
3.57628e-07
0

I don't know what is wrong they both are the same numbers
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: NaN doesn't work!
Next Topic: Let's get it right - Plotting ans Saving

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:28:48 PDT 2025

Total time taken to generate the page: 0.00500 seconds