How do you symbolize something is not equal to something else? What mathematical codeset is the symbolism from?
May 20, 2004 2:00 PM
Subscribe
I often see the idea "[this] is equal/equivalent to [that]" expressed in shorthand as [this]
== [that]. That's pretty easy to grasp, and I've assumed that the double = is some sort of coder/geek thing.
But what about "[this] is not equal/equivalent to [that]?" Is it
!=, or would that be
=|= or
=/=? And what computer or mathmatical codeset is this pulled from?
posted by me3dia to writing & language (23 comments total)
!= is not equals. == is equals. = alone is the assignment operator.
posted by profwhat at 2:03 PM on May 20, 2004