you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 year ago (1 child)

A non type should be a type. It should be of the type none. And it is in good script languages like Python so I don't know why you think it shouldn't.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 year ago (1 child)

    They say a picture is worth a thousand words.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 year ago (1 child)

    That's a Numpy type, not a Python typesm, try a=None b=None a==b

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 year ago*

    That's not a type. A NaN is a floating point number (of type float). I used numpy because that's the easiest way to get a NaN.

    This is part of the floating point standard.

    This was never about None, which is a completely different thing.

  • source
  • parent