[Matrix-SIG] array([19990609],'f') bug?

Robin Becker robin@jessikat.demon.co.uk
Tue, 22 Jun 1999 16:04:13 +0100


In article <A1AFC4253BA3D111BFF70001FA7E9AACD6215C@ewfd19.exchange.ml.co
m>, Yoon, Hoon (CICG - NY Program Trading) <HYoon@exchange.ml.com>
writes
>Hi,
>
>Can anyone explain this strange behavior?
>NT svcpack 3 running version 11 of NumPy
>>>> array([19990609],'f')
>       array([ 19990608.],'f')
>Anyone have a fix?
>
I don't think this is fixable. I think the number of decimal digits in a
float will be somewhere between 7 and 8.

ie 

>>> array([ 9990608.],'f')
array([ 9990608.],'f')

ie 7 digits is ok.
>**************************************************************
>S. Hoon Yoon                   (Quant)                    Merrill Lynch
>Equity Trading 
>yelled@yahoo.com hoon@bigfoot.com(w)
>"Miracle is always only few standard deviations away, but so is
>catastrophe."
>* Expressed opinions are often my own, but NOT my employer's.
>"I feel like a fugitive from the law of averages."    Mauldin
>**************************************************************
>
>_______________________________________________
>Matrix-SIG maillist  -  Matrix-SIG@python.org
>http://www.python.org/mailman/listinfo/matrix-sig

-- 
Robin Becker