By the way, is it a v0.4 feature?

On Friday, July 24, 2015 at 7:56:54 PM UTC+2, Tamas Papp wrote:
>
> Every bit pattern in a Signed or Unsigned represents an integer, 
> there is no representation for a NaN like in eg Float64 etc. You 
> would have to use Nullable types, see 
>
> https://julia.readthedocs.org/en/latest/manual/types/#nullable-types-representing-missing-values
>  
>
> Best, 
>
> Tamas 
>
> On Fri, Jul 24 2015, Júlio Hoffimann <julio.h...@gmail.com <javascript:>> 
> wrote: 
>
> > Hi, 
> > 
> > Is there any definition of NaN for Integer types? Let's say I 
> > want to create a matrix with some unspecified entries, that is 
> > entries marked special. I am using NaN for Float64 but would 
> > like to make it work with other types too. Suggestions? 
> > 
> > -Júlio 
>

Reply via email to