Equals sign
Encyclopedia : E : EQ : EQU : Equals sign
- For the binary relation, see ==.
- = and = redirect here. These characters are also used as a double hyphen in some character sets.
- := leads to this page. This symbol is used for definitions.
History
The = symbol that is now universally accepted in mathematics for equality was first used by Welsh mathematician Robert Recorde in The Whetstone of Witte (1557). The original form of the symbol was much wider (longer) than the present form. In his book[link], Recorde explains his design: to avoid the tediouse repetition of these woordes: is equalle to : I will sette as I doe often in woorke use, a pair of paralleles, or Gemowe [i.e. "twin"] lines of one lengthe, thus: =, bicause noe .2. thynges, can be moare equalle. According to Scotland's St Andrews University Maths History website[link], "The symbol = was not immediately popular. The symbol || was used by some and æ (or œ), from the Latin word aequalis meaning equal, was widely used into the 1700s."The invention of the equals sign is commemorated in St. Mary's Church, Tenby, Wales.
Related symbols
A symbol used to denote items that are approximately equal is ≈, and the symbol used to denote when items are not equal is ≠; (most programming languages, which are limited to the ASCII character set, use "!=", "=/=" or "<>" to represent "not equal to"; "!=" has carried over into newsgroups and Internet forums). The symbol ≡ is often used to indicate an identity, or a congruence relation in modular arithmetic.In programming languages, the equal sign may either denote a boolean operator to test equality of values (sometimes a double equal sign ==), or it may denote an assignment (sometimes denoted with a colon equals :=). In many programming languages, a triple equal sign (===) denotes equivalence, meaning that not only do the two values parse to be the same, they are of the same data type. (For instance, in many scripting languages (0 == false) is true, but (0 === false) isn't.)
See also
References
- Boyer, C. B.: A History of Mathematics, 2nd ed. rev. by Uta C. Merzbach. New York: Wiley, 1989 ISBN 0-471-09763-2 (1991 pbk ed. ISBN 0-471-54397-7)
External links
- [Earliest Uses of Symbols of Relation]
- [History of the Equals Sign]
- [Image of the page of The Whetstone of Witte on which the equal sign is introduced]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
