lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Sounds pretty much like a NaN whose typeof is not (a) 'number'. Except it allows NaN as payload. And I suppose missing == missing is true.

Just curious without wanting to install Julia, what does NaN + missing yield? missing I suppose?



On Wed, Jun 20, 2018 at 2:51 PM, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
I thought this might be of interest:

https://julialang.org/blog/2018/06/missing

Regards